From c900f23662a34599570ee54a36343c4136c58698 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Sun, 3 Aug 2014 02:25:47 +0100 Subject: 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. --- Doxyfile.help | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Doxyfile.help') diff --git a/Doxyfile.help b/Doxyfile.help index beda7bbb..74673382 100644 --- a/Doxyfile.help +++ b/Doxyfile.help @@ -241,9 +241,9 @@ ALIASES += "endfish=" 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}=\1" +ALIASES += "strg{1}=\1" ALIASES += "sglq{1}=\'\1\'" ALIASES += "dblq{1}=\"\1\"" -ALIASES += "prmt{1}=" -ALIASES += "sgst{1}=\1" +ALIASES += "prmt{1}=\1" +ALIASES += "sgst{1}=\1" ALIASES += "eror{1}=\1" -ALIASES += "curs{1}=_" +ALIASES += "curs{1}=\1" ALIASES += "bold{1}=\1" ALIASES += "emph{1}=\1" -ALIASES += "undr{1}=\1" +ALIASES += "undr{1}=\1" ALIASES += "span{2}=\1" ALIASES += "spcl{2}=\1" -- cgit v1.2.3