From 9c17fbb7c9a164453a01cb237ff21aa1a9c883a2 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 17 Jul 2024 19:31:30 +1200 Subject: [PATCH] phobos.el: add commentary --- phobos.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/phobos.el b/phobos.el index 90f0261..4c75ee4 100644 --- a/phobos.el +++ b/phobos.el @@ -21,6 +21,18 @@ ;; You should have received a copy of the GNU General Public License ;; along with phobos.el. If not, see . +;;; 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: (defgroup phobos nil