Slight improvement of Commentary
This commit is contained in:
parent
d88ad750c2
commit
ea764a9692
1 changed files with 5 additions and 1 deletions
6
edocs.el
6
edocs.el
|
@ -21,7 +21,11 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Generate formatted description of a module.
|
;; Generate formatted description of a module. Currently it makes a
|
||||||
|
;; simple HTML export of the Commentary and all the docstrings in a
|
||||||
|
;; file. It is meant to be used as a batch operation, like so:
|
||||||
|
|
||||||
|
;; emacs -batch -l edocs.el -f edocs-generate-docs file.el
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue