From 98ebb21489b3206ed745aadb821b400a9f3fa5c6 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 26 Aug 2014 19:19:24 +0100 Subject: Consistency fixes --- Doxyfile | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 38cbd687..3eecb862 100644 --- a/Doxyfile +++ b/Doxyfile @@ -216,7 +216,7 @@ SEPARATE_MEMBER_PAGES = NO # uses this value to replace tabs by spaces in code fragments. # Minimum value: 1, maximum value: 16, default value: 4. -TAB_SIZE = 8 +TAB_SIZE = 4 # This tag can be used to specify a number of aliases that act as commands in # the documentation. An alias has the form: @@ -228,14 +228,16 @@ TAB_SIZE = 8 # "Side Effects:". You can put \n's in the value part of an alias to insert # newlines. +# Simplify Fish output from Doxygen for developer doc pages. (see lexicon_filter.in) + ALIASES = "key{1}=\1" -ALIASES += "key{2}=\1-\2" -ALIASES += "key{3}=\1-\3" +ALIASES += "key{2}=\1-\2" +ALIASES += "key{3}=\1-\3" ALIASES += "cursor_key{2}=\2" -ALIASES += "fish=\htmlonly[block] \n
"
-ALIASES += "fish{1}=\htmlonly[block] \n
"
-ALIASES += "endfish=
\endhtmlonly \n" +ALIASES += "fish=
"
+ALIASES += "fish{1}=
"
+ALIASES += "endfish=
\n" ALIASES += "asis{1}=\1" ALIASES += "outp{1}=\1" @@ -271,6 +273,8 @@ ALIASES += "undr{1}=\1" ALIASES += "span{2}=\2" ALIASES += "spcl{2}=\2" +ALIASES += "bksl{1}=\\\1" + # 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" # will allow you to use the command class in the itcl::class meaning. @@ -1677,7 +1681,7 @@ PAPER_TYPE = a4wide # If left blank no extra packages will be included. # This tag requires that the tag GENERATE_LATEX is set to YES. -EXTRA_PACKAGES = +EXTRA_PACKAGES = bookmark # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the # generated LaTeX document. The header should contain everything until the first @@ -1736,7 +1740,7 @@ USE_PDFLATEX = YES # The default value is: NO. # This tag requires that the tag GENERATE_LATEX is set to YES. -LATEX_BATCHMODE = NO +LATEX_BATCHMODE = YES # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the # index chapters (such as File Index, Compound Index, etc.) in the output. -- cgit v1.2.3