Print header before listing symbols
This commit is contained in:
parent
3d09e85266
commit
ef969855cc
1 changed files with 1 additions and 0 deletions
1
edocs.el
1
edocs.el
|
@ -210,6 +210,7 @@ See the docstring for `edocs--module-name' for more information."
|
|||
(edocs--module-summary binfo))
|
||||
(edocs--with-tag "p" nil
|
||||
(insert (edocs--format-commentary commentary)))
|
||||
(insert "<h2>API</h2>")
|
||||
(mapc #'edocs--format-symbol symbols))
|
||||
(unless edocs-generate-only-body
|
||||
(edocs--insert-footer)))
|
||||
|
|
Loading…
Reference in a new issue