diff options
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index a647dc4..d6238ad 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1299,7 +1299,8 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = QGLIB_HAVE_CXX0X +PREDEFINED = QGLIB_HAVE_CXX0X \ + DOXYGEN_RUN # 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. |