aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile.help
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-08 03:44:37 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit509d152e5407856ce00833b931ef29c3d98c3573 (patch)
tree874dc078d0d978b00cf1964f681f612fe997ddbd /Doxyfile.help
parent35e6fb3788dfd717d374647739cd8d0d790be96e (diff)
Tutorial auto colouring, Man page and Make fixes
Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in thereā€¦
Diffstat (limited to 'Doxyfile.help')
-rw-r--r--Doxyfile.help79
1 files changed, 42 insertions, 37 deletions
diff --git a/Doxyfile.help b/Doxyfile.help
index 74673382..7b905572 100644
--- a/Doxyfile.help
+++ b/Doxyfile.help
@@ -230,43 +230,48 @@ TAB_SIZE = 4
# Simplify Fish output from Doxygen for man pages. (see fish_lexicon_filter)
-ALIASES = "key{1}=<b>\1</b>"
-ALIASES += "key{2}=<b>\1</b>-<em>\2</em>"
-ALIASES += "key{3}=<b>\1</b>-<em>\3</em>"
-ALIASES += "cursor_key{2}=<b>\2</b>"
-
-ALIASES += "fish=<pre>"
-ALIASES += "fish{1}=<pre>"
-ALIASES += "endfish=</pre>"
-
-ALIASES += "asis{1}=\1"
-ALIASES += "blah{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"
-ALIASES += "optr{1}=\1"
-ALIASES += "redr{1}=\1"
-ALIASES += "fsfo{1}=\1"
-ALIASES += "path{1}=\1"
-ALIASES += "clrv{1}=\1"
-
-ALIASES += "strg{1}=\1"
-ALIASES += "sglq{1}=\'\1\'"
-ALIASES += "dblq{1}=\"\1\""
-
-ALIASES += "prmt{1}=\1"
-ALIASES += "sgst{1}=\1"
-ALIASES += "eror{1}=<b>\1</b>"
-ALIASES += "curs{1}=\1"
-
-ALIASES += "bold{1}=<b>\1</b>"
-ALIASES += "emph{1}=<em>\1</em>"
-ALIASES += "undr{1}=<em>\1</em>"
-ALIASES += "span{2}=\1"
-ALIASES += "spcl{2}=\1"
+ALIASES = "key{1}=<b>\1</b>"
+ALIASES += "key{2}=<b>\1</b>-<em>\2</em>"
+ALIASES += "key{3}=<b>\1</b>-<em>\3</em>"
+ALIASES += "cursor_key{2}=<b>\2</b>"
+
+ALIASES += "fish=<pre>"
+ALIASES += "fish{1}=<pre>"
+ALIASES += "endfish=</pre>"
+
+ALIASES += "asis{1}=\1"
+ALIASES += "outp{1}=\1"
+ALIASES += "blah{1}= \1"
+ALIASES += "cmnd{1}=<b>\1</b>"
+ALIASES += "func{1}=<b>\1</b>"
+ALIASES += "sbin{1}=<b>\1</b>"
+ALIASES += "args{1}=\1"
+ALIASES += "opts{1}=\1"
+ALIASES += "vars{1}=\1"
+ALIASES += "optr{1}=\1"
+ALIASES += "redr{1}=\1"
+ALIASES += "fsfo{1}=\1"
+ALIASES += "path{1}=\1"
+ALIASES += "clrv{1}=\1"
+
+ALIASES += "strg{1}=\1"
+ALIASES += "sglq{1}='\1'"
+ALIASES += "dblq{1}=\"\1\""
+
+ALIASES += "prmt=&gt;"
+ALIASES += "prmt{1}=\1&gt;"
+ALIASES += "sgst{1}=\1"
+ALIASES += "mtch{1}=<em>\1</em>"
+ALIASES += "smtc{1}=<em>\1</em>"
+ALIASES += "eror{1}=<b>\1</b>"
+ALIASES += "curs=_"
+ALIASES += "curs{1}=\1"
+
+ALIASES += "bold{1}=<b>\1</b>"
+ALIASES += "emph{1}=<em>\1</em>"
+ALIASES += "undr{1}=<em>\1</em>"
+ALIASES += "span{2}=\2"
+ALIASES += "spcl{2}=\2"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"