Skip to content

Commit

Permalink
[docs] Ignore __NI_DEPRECATED_METHOD in docs generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Nov 2, 2012
1 parent 2b56e09 commit 83e392c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1451,13 +1451,13 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.

MACRO_EXPANSION = NO
MACRO_EXPANSION = YES

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.

EXPAND_ONLY_PREDEF = NO
EXPAND_ONLY_PREDEF = YES

# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# pointed to by INCLUDE_PATH will be searched when a #include is found.
Expand Down Expand Up @@ -1486,7 +1486,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.

PREDEFINED = DEBUG \
NS_BLOCKS_AVAILABLE
NS_BLOCKS_AVAILABLE \
"__NI_DEPRECATED_METHOD="

# 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.
Expand Down

0 comments on commit 83e392c

Please sign in to comment.