diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Doxyfile b/src/Doxyfile index 5056c4d2a..891720a32 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -1284,7 +1284,8 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS +PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \ + THE_ISA # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. |