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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 08:34:02 EDT 2008


Author: martinl
Date: 2008-05-11 08:34:02 -0400 (Sun, 11 May 2008)
New Revision: 31315

Modified:
   grass/trunk/include/Make/Doxyfile_arch_html
   grass/trunk/include/Make/Doxyfile_arch_latex
Log:
doxygen conf: HAVE_TIFFIO_H macro added as predefined (sync'ed with devbr6), version updated

Modified: grass/trunk/include/Make/Doxyfile_arch_html
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html	2008-05-11 12:32:11 UTC (rev 31314)
+++ grass/trunk/include/Make/Doxyfile_arch_html	2008-05-11 12:34:02 UTC (rev 31315)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 6
+PROJECT_NUMBER         = 7
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -962,7 +962,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = HAVE_OGR
+PREDEFINED             = HAVE_OGR HAVE_TIFFIO_H
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 

Modified: grass/trunk/include/Make/Doxyfile_arch_latex
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_latex	2008-05-11 12:32:11 UTC (rev 31314)
+++ grass/trunk/include/Make/Doxyfile_arch_latex	2008-05-11 12:34:02 UTC (rev 31315)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 6
+PROJECT_NUMBER         = 7
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -962,7 +962,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = HAVE_OGR
+PREDEFINED             = HAVE_OGR HAVE_TIFFIO_H
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 



More information about the grass-commit mailing list