[GRASS-SVN] r62546 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 2 11:19:22 PST 2014


Author: neteler
Date: 2014-11-02 11:19:21 -0800 (Sun, 02 Nov 2014)
New Revision: 62546

Modified:
   grass/trunk/include/Make/Doxyfile_arch_latex.in
Log:
Doxyfile_arch_latex.in: merge updates from Doxyfile_arch_html.in

Modified: grass/trunk/include/Make/Doxyfile_arch_latex.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_latex.in	2014-11-02 19:11:21 UTC (rev 62545)
+++ grass/trunk/include/Make/Doxyfile_arch_latex.in	2014-11-02 19:19:21 UTC (rev 62546)
@@ -359,7 +359,7 @@
 # defined locally in source files will be included in the documentation.
 # If set to NO only classes defined in header files are included.
 
-EXTRACT_LOCAL_CLASSES  = YES
+EXTRACT_LOCAL_CLASSES  = NO
 
 # This flag is only useful for Objective-C code. When set to YES local
 # methods, which are defined in the implementation section but not in
@@ -659,8 +659,7 @@
 
 FILE_PATTERNS          = *.h \
                          *.c \
-                         *.i \
-                         *.py \
+                         *.cpp \
                          *.dox
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
@@ -952,7 +951,7 @@
 # 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
 # The allowed range is 0 to 359.
 
-HTML_COLORSTYLE_HUE    = 220
+HTML_COLORSTYLE_HUE    = 120
 
 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
 # the colors in the HTML output. For a value of 0 the output will use
@@ -967,7 +966,7 @@
 # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
 # and 100 does not change the gamma.
 
-HTML_COLORSTYLE_GAMMA  = 80
+HTML_COLORSTYLE_GAMMA  = 56
 
 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
 # page will contain the date and time when the page was generated. Setting
@@ -1161,7 +1160,7 @@
 # Since the tree basically has the same information as the tab index you
 # could consider to set DISABLE_INDEX to NO when enabling this option.
 
-GENERATE_TREEVIEW      = NO
+GENERATE_TREEVIEW      = YES
 
 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
@@ -1256,7 +1255,7 @@
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `latex' will be used as the default path.
 
-LATEX_OUTPUT           =
+LATEX_OUTPUT           = latex
 
 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
 # invoked. If left blank `latex' will be used as the default command name.



More information about the grass-commit mailing list