From 509d152e5407856ce00833b931ef29c3d98c3573 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Fri, 8 Aug 2014 03:44:37 +0100 Subject: Tutorial auto colouring, Man page and Make fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ā€¦ --- Doxyfile.user | 79 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 42 insertions(+), 37 deletions(-) (limited to 'Doxyfile.user') diff --git a/Doxyfile.user b/Doxyfile.user index 09683abd..b1319a78 100644 --- a/Doxyfile.user +++ b/Doxyfile.user @@ -230,43 +230,48 @@ TAB_SIZE = 4 # Enhance Fish docs output from Doxygen. (See fish_lexicon_filter.in) -ALIASES = "key{1}=\1" -ALIASES += "key{2}=\1-\2" -ALIASES += "key{3}=\1-\2" -ALIASES += "cursor_key{2}=\1" - -ALIASES += "fish=\htmlonly[block] \n
"
-ALIASES               += "fish{1}=\htmlonly[block] \n
"
-ALIASES               += "endfish=
\endhtmlonly \n" - -ALIASES += "asis{1}=\1" -ALIASES += "blah{1}=\1" -ALIASES += "cmnd{1}=\1" -ALIASES += "func{1}=\1" -ALIASES += "sbin{1}=\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}=" -ALIASES += "sgst{1}=" -ALIASES += "eror{1}=" -ALIASES += "curs{1}=" - -ALIASES += "bold{1}=\1" -ALIASES += "emph{1}=\1" -ALIASES += "undr{1}=\1" -ALIASES += "span{2}=\2" -ALIASES += "spcl{2}=\2" +ALIASES = "key{1}=\1" +ALIASES += "key{2}=\1-\2" +ALIASES += "key{3}=\1-\2" +ALIASES += "cursor_key{2}=\1" + +ALIASES += "fish=\htmlonly[block] \n
"
+ALIASES += "fish{1}=\htmlonly[block] \n
"
+ALIASES += "endfish=
\endhtmlonly \n" + +ALIASES += "asis{1}=\1" +ALIASES += "outp{1}=\1" +ALIASES += "blah{1}=#\1" +ALIASES += "cmnd{1}=\1" +ALIASES += "func{1}=\1" +ALIASES += "sbin{1}=\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=>" +ALIASES += "prmt{1}=\1>" +ALIASES += "sgst{1}=\1" +ALIASES += "mtch{1}=\1" +ALIASES += "smtc{1}=\1" +ALIASES += "eror{1}=\1" +ALIASES += "curs= " +ALIASES += "curs{1}=\1" + +ALIASES += "bold{1}=\1" +ALIASES += "emph{1}=\1" +ALIASES += "undr{1}=\1" +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" -- cgit v1.2.3