summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-28 20:15:19 +0100
committerGravatar Tom Willemse2013-12-28 20:15:19 +0100
commitef969855ccfd6e9464d2cbd41b362b72113c2609 (patch)
tree8c82db4ff9a3c4baa8b139ac57c78a9239ca2414
parent3d09e85266f1ceaa25be0864c26662c5d9cc3582 (diff)
downloadedocs-ef969855ccfd6e9464d2cbd41b362b72113c2609.tar.gz
edocs-ef969855ccfd6e9464d2cbd41b362b72113c2609.zip
Print header before listing symbols
-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)))