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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 19 17:42:50 EDT 2010


Author: martinl
Date: 2010-09-19 21:42:50 +0000 (Sun, 19 Sep 2010)
New Revision: 43521

Modified:
   grass/trunk/include/Make/Doxyfile_arch_html.in
   grass/trunk/include/Make/Doxyfile_arch_latex.in
Log:
fix include_path


Modified: grass/trunk/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html.in	2010-09-19 20:01:37 UTC (rev 43520)
+++ grass/trunk/include/Make/Doxyfile_arch_html.in	2010-09-19 21:42:50 UTC (rev 43521)
@@ -971,7 +971,7 @@
 # contain include files that are not input files but should be processed by 
 # the preprocessor.
 
-INCLUDE_PATH           = ../include ../../include
+INCLUDE_PATH           = include
 
 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
 # patterns (like *.h and *.hpp) to filter out the header-files in the 

Modified: grass/trunk/include/Make/Doxyfile_arch_latex.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_latex.in	2010-09-19 20:01:37 UTC (rev 43520)
+++ grass/trunk/include/Make/Doxyfile_arch_latex.in	2010-09-19 21:42:50 UTC (rev 43521)
@@ -971,7 +971,7 @@
 # contain include files that are not input files but should be processed by 
 # the preprocessor.
 
-INCLUDE_PATH           = ../include ../../include
+INCLUDE_PATH           = include
 
 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
 # patterns (like *.h and *.hpp) to filter out the header-files in the 



More information about the grass-commit mailing list