Add docstring class to docstring paragraphs
This commit is contained in:
parent
ea764a9692
commit
6863724bca
1 changed files with 1 additions and 1 deletions
2
edocs.el
2
edocs.el
|
@ -120,7 +120,7 @@ etc."
|
||||||
(edocs--get-type-display (car itm))
|
(edocs--get-type-display (car itm))
|
||||||
" <tt>" (cdr itm) "</tt> "
|
" <tt>" (cdr itm) "</tt> "
|
||||||
(if (consp doc) (car doc) "")
|
(if (consp doc) (car doc) "")
|
||||||
"<p>"
|
"<p class=\"docstring\">"
|
||||||
(or (if (consp doc)
|
(or (if (consp doc)
|
||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
"\n\n" "</p><p>" (cdr doc))
|
"\n\n" "</p><p>" (cdr doc))
|
||||||
|
|
Loading…
Reference in a new issue