Browse Source

Macro for hiding code from being improperly handled by Doxygen.

pull/279/head
Vladimír Vondruš 16 years ago
parent
commit
b31cb47e1c
  1. 2
      Doxyfile

2
Doxyfile

@ -1386,7 +1386,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator # undefined via #undef or recursively expanded use the := operator
# instead of the = operator. # instead of the = operator.
PREDEFINED = PREDEFINED = DOXYGEN_GENERATING_OUTPUT
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # 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. # this tag can be used to specify a list of macro names that should be expanded.

Loading…
Cancel
Save