[Doxygen] define PARSED_BY_DOXYGEN when building the documentation

This allows us to hide internal namespaces and some template magic which serves
little purpose to have in the API documentation
This commit is contained in:
Dan Čermák
2019-02-26 00:44:39 +01:00
committed by Luis Díaz Más
parent aea51f5d41
commit d58ad1d056
+1 -1
View File
@@ -2060,7 +2060,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 = PARSED_BY_DOXYGEN
# 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