[GRASS-SVN] r51196 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 30 08:10:25 EDT 2012


Author: martinl
Date: 2012-03-30 05:10:25 -0700 (Fri, 30 Mar 2012)
New Revision: 51196

Modified:
   grass/branches/develbranch_6/include/Make/Doxyfile_arch_html.in
   grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex.in
Log:
doxygen: backport conf files from trunk (ignore ctypes)


Modified: grass/branches/develbranch_6/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/branches/develbranch_6/include/Make/Doxyfile_arch_html.in	2012-03-30 12:00:07 UTC (rev 51195)
+++ grass/branches/develbranch_6/include/Make/Doxyfile_arch_html.in	2012-03-30 12:10:25 UTC (rev 51196)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@)
+PROJECT_NUMBER         = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@) - r at GRASS_VERSION_SVN@
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -456,10 +456,23 @@
 			 dist. at ARCH@ \
 			 doc \
 			 general \
-		         gui/wxpython/vdigit \
-			 gui/wxpython/nviz \
+			 gui/scripts \
+		         gui/wxpython/compat \
+			 gui/wxpython/icons \
+			 gui/wxpython/scripts \
+			 gui/wxpython/tools \
 			 imagery \
+			 include \
+			 lib/btree/test \
+			 lib/db/dbmi_base/test \
+			 lib/db/sqlp/test \
+			 lib/gmath/test \
+			 lib/gpde/test \
+			 lib/linkm/test \
+			 lib/g3d/test \
                          lib/python/ctypes \
+			 lib/vector/dglib/examples \
+			 lib/vector/rtree/docs \
 			 locale \
 			 macosx \
 			 man \

Modified: grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex.in
===================================================================
--- grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex.in	2012-03-30 12:00:07 UTC (rev 51195)
+++ grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex.in	2012-03-30 12:10:25 UTC (rev 51196)
@@ -17,13 +17,13 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = GRASS
+PROJECT_NAME           = "GRASS Programmer's Manual"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@)
+PROJECT_NUMBER         = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@) - r at GRASS_VERSION_SVN@
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -434,7 +434,7 @@
 
 FILE_PATTERNS          = *.h \
                          *.c \
-                         *.i \
+			 *.i \
                          *.py \
                          *.dox
 
@@ -456,11 +456,23 @@
 			 dist. at ARCH@ \
 			 doc \
 			 general \
-		         gui/wxpython/vdigit \
-			 gui/wxpython/nviz \
+			 gui/scripts \
+		         gui/wxpython/compat \
+			 gui/wxpython/icons \
+			 gui/wxpython/scripts \
+			 gui/wxpython/tools \
 			 imagery \
 			 include \
+			 lib/btree/test \
+			 lib/db/dbmi_base/test \
+			 lib/db/sqlp/test \
+			 lib/gmath/test \
+			 lib/gpde/test \
+			 lib/linkm/test \
+			 lib/g3d/test \
                          lib/python/ctypes \
+			 lib/vector/dglib/examples \
+			 lib/vector/rtree/docs \
 			 locale \
 			 macosx \
 			 man \
@@ -512,7 +524,7 @@
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = 
+IMAGE_PATH             = .
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 
 # invoke to filter for each input file. Doxygen will invoke the filter program 
@@ -615,7 +627,7 @@
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT            =
+HTML_OUTPUT            = 
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank 



More information about the grass-commit mailing list