aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile.help
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-03 02:25:47 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:25 +0100
commitc900f23662a34599570ee54a36343c4136c58698 (patch)
treed81de0c02405d1a0cccef7d2d447aec49397fb30 /Doxyfile.help
parent7b093ee4b3fbbde30b7a29779e6e6210125f06f6 (diff)
Add lexicon filter to manpages.
Fixed manpage 'NAME'. Under Doxygen 1.8, the output format has changed, so the old sed script was leaving man pages with two titles.
Diffstat (limited to 'Doxyfile.help')
-rw-r--r--Doxyfile.help16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doxyfile.help b/Doxyfile.help
index beda7bbb..74673382 100644
--- a/Doxyfile.help
+++ b/Doxyfile.help
@@ -241,9 +241,9 @@ ALIASES += "endfish=</pre>"
ALIASES += "asis{1}=\1"
ALIASES += "blah{1}=\1"
-ALIASES += "cmnd{1}=\1"
-ALIASES += "func{1}=\1"
-ALIASES += "sbin{1}=\1"
+ALIASES += "cmnd{1}=\b \1"
+ALIASES += "func{1}=\b \1"
+ALIASES += "sbin{1}=\b \1"
ALIASES += "args{1}=\1"
ALIASES += "opts{1}=\1"
ALIASES += "vars{1}=\1"
@@ -253,18 +253,18 @@ ALIASES += "fsfo{1}=\1"
ALIASES += "path{1}=\1"
ALIASES += "clrv{1}=\1"
-ALIASES += "strg{1}=<b>\1</b>"
+ALIASES += "strg{1}=\1"
ALIASES += "sglq{1}=\'\1\'"
ALIASES += "dblq{1}=\"\1\""
-ALIASES += "prmt{1}="
-ALIASES += "sgst{1}=<em>\1</em>"
+ALIASES += "prmt{1}=\1"
+ALIASES += "sgst{1}=\1"
ALIASES += "eror{1}=<b>\1</b>"
-ALIASES += "curs{1}=_"
+ALIASES += "curs{1}=\1"
ALIASES += "bold{1}=<b>\1</b>"
ALIASES += "emph{1}=<em>\1</em>"
-ALIASES += "undr{1}=<u>\1</u>"
+ALIASES += "undr{1}=<em>\1</em>"
ALIASES += "span{2}=\1"
ALIASES += "spcl{2}=\1"