diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.doxy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.doxy b/docs/doxygen/Doxyfile.doxy index 02a8e3a278..320d1d1c5d 100644 --- a/docs/doxygen/Doxyfile.doxy +++ b/docs/doxygen/Doxyfile.doxy @@ -2108,7 +2108,8 @@ INCLUDE_FILE_PATTERNS = # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \ - DOXYGEN_SHOULD_USE_THIS + DOXYGEN_SHOULD_USE_THIS \ + __cplusplus # 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 |