diff options
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 7b9f2ba..8acbb52 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -805,8 +805,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = "*/.*" \ - "*/.*/*" +EXCLUDE_PATTERNS = "*/.*" "*/.*/*" # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -1943,7 +1942,17 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR<x> WITH_CAPABILITIES WITH_VERIFY USE_FREEBIND __linux__ +PREDEFINED = __attribute__(x)= \ + VECTOR(x):=VECTOR<x> \ + WITH_CAPABILITIES \ + WITH_VERIFY \ + WITH_CMDLINE_USER \ + WITH_CMDLINE_LOGGING \ + WITH_CMDLINE_OPERATION \ + WITH_CMDLINE_COMMANDS \ + ENABLE_SYSTEMD \ + USE_FREEBIND \ + __linux__ # 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. The |