summaryrefslogtreecommitdiffstats
path: root/edocs.el
diff options
context:
space:
mode:
Diffstat (limited to 'edocs.el')
-rw-r--r--edocs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/edocs.el b/edocs.el
index 533d8f5..0fabdd4 100644
--- a/edocs.el
+++ b/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)))