Browse Source

Doxygen: define DOC only when building doc

This allows removing code that confuses the documentation parser.
pull/68/head
Rémi Denis-Courmont 8 years ago
parent
commit
592199107a
  1. 2
      doc/Doxyfile.in

2
doc/Doxyfile.in

@ -2004,7 +2004,7 @@ 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 =
PREDEFINED = DOC
# 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

Loading…
Cancel
Save