Skip to content
Snippets Groups Projects
Commit 6a91dcd3 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #107 from authmillenon/master

Tell Doxygen to ignore __attribute__
parents e5801229 590b05fc
Branches
No related tags found
No related merge requests found
......@@ -205,12 +205,12 @@ PERLMOD_MAKEVAR_PREFIX =
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
PREDEFINED = __attribute__(x)=
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment