瀏覽代碼

attempt to fix doxygen link creation problems with swig interface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37416 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 年之前
父節點
當前提交
7adb2e46ea
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      include/Make/Doxyfile_arch_html
  2. 1 1
      include/Make/Doxyfile_arch_latex

+ 1 - 1
include/Make/Doxyfile_arch_html

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

+ 1 - 1
include/Make/Doxyfile_arch_latex

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