Browse Source

fix include_path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43521 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
5b138cfd20
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/Make/Doxyfile_arch_html.in
  2. 1 1
      include/Make/Doxyfile_arch_latex.in

+ 1 - 1
include/Make/Doxyfile_arch_html.in

@@ -971,7 +971,7 @@ SEARCH_INCLUDES        = YES
 # 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 

+ 1 - 1
include/Make/Doxyfile_arch_latex.in

@@ -971,7 +971,7 @@ SEARCH_INCLUDES        = YES
 # 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