[GRASS-SVN] r37418 - grass/branches/releasebranch_6_4/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 24 09:32:03 EDT 2009
Author: neteler
Date: 2009-05-24 09:32:03 -0400 (Sun, 24 May 2009)
New Revision: 37418
Modified:
grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_html
grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_latex
Log:
attempt to fix doxygen link creation problems with swig interface
Modified: grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_html
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_html 2009-05-24 13:31:56 UTC (rev 37417)
+++ grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_html 2009-05-24 13:32:03 UTC (rev 37418)
@@ -945,7 +945,7 @@
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH = ../include
+INCLUDE_PATH = ../include ../../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/branches/releasebranch_6_4/include/Make/Doxyfile_arch_latex
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_latex 2009-05-24 13:31:56 UTC (rev 37417)
+++ grass/branches/releasebranch_6_4/include/Make/Doxyfile_arch_latex 2009-05-24 13:32:03 UTC (rev 37418)
@@ -945,7 +945,7 @@
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH = ../include
+INCLUDE_PATH = ../include ../../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