diff options
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 22a16e9..711fa7a 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -263,6 +263,8 @@ TAB_SIZE = 4 ALIASES = +@INCLUDE = @DOXYGEN_INCLUDE_ALIASES@ + # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -2146,7 +2148,7 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = @DOXYGEN_INCLUDE_ALIASES@ +INCLUDE_PATH = # 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 |