Wrap comments with a container div

This commit is contained in:
Tom Willemse 2014-01-27 23:18:39 +01:00
parent 1fe62d55ec
commit b66e7206a0

View file

@ -242,12 +242,13 @@ parts of the module."
KNOWN-SYMBOLS is used for referencing symbols found in other
parts of the module."
(edocs--export-format-text
exporter
(replace-regexp-in-string
";" "*" (replace-regexp-in-string
"^;; " "" (replace-regexp-in-string
";;; Commentary:\n+" "" cmt))) known-symbols))
(edocs--with-tag "div" '(("class" . "container"))
(edocs--export-format-text
exporter
(replace-regexp-in-string
";" "*" (replace-regexp-in-string
"^;; " "" (replace-regexp-in-string
";;; Commentary:\n+" "" cmt))) known-symbols)))
(defun edocs--format-doc (exporter doc known-symbols)
"Make EXPORTER perform formatting operations on DOC or on DOC's `cdr'.