phobos.el: add commentary
This commit is contained in:
parent
dd783e1d8e
commit
9c17fbb7c9
1 changed files with 12 additions and 0 deletions
12
phobos.el
12
phobos.el
|
@ -21,6 +21,18 @@
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with phobos.el. If not, see <https://www.gnu.org/licenses/>.
|
;; along with phobos.el. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
;;; Commentary:
|
||||||
|
|
||||||
|
;; phobos.el provides several functions for viewing Phobos documentation
|
||||||
|
;; and documentation for other D libraries. These functions open the
|
||||||
|
;; documentation in a web browser, calling the process `phobos-browser'.
|
||||||
|
|
||||||
|
;; These functions are provided:
|
||||||
|
;; * `phobos': view Phobos documentation
|
||||||
|
;; * `dub-doc': view documentation for a symbol in a dub package
|
||||||
|
;; * `describe-dub-package': view the home page for a dub package
|
||||||
|
;; An alias `view-dub-documentation' also exists for `dub-doc'.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defgroup phobos nil
|
(defgroup phobos nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue