diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 09e016c5b..59f04af46 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -796,7 +796,7 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)= -PREDEFINED += XINE_PROTECTED= +PREDEFINED += XINE_PROTECTED= XINE_MALLOC= # 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. |