Print header before listing symbols

This commit is contained in:
Tom Willemse 2013-12-28 20:15:19 +01:00
parent 3d09e85266
commit ef969855cc

View file

@ -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)))