summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-16 15:58:39 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-17 05:47:09 +0000
commitb10d214365cffa07273c9f90b844ad9ea1230c0b (patch)
treef642470ae985ffff863055713ebf26fe8b35d798
parent9325d86192083a29c891f23bc984744f6b4d9123 (diff)
[doc] Ensure stats.h is parsed properly for Doxygen
stats.h uses a rather crude '#ifdef unix' hack, which means that Doxygen will not scan the body of the file. This patch ensures 'unix' is defined to parse the stats.h body and thus have all relevant information in it is parsed. Change-Id: I65384e5cc01f2ad7783cf6b71ab78b4422902aa1
-rw-r--r--Doxyfile.core.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.core.in b/Doxyfile.core.in
index c47ff3ce..7a3cce59 100644
--- a/Doxyfile.core.in
+++ b/Doxyfile.core.in
@@ -1447,7 +1447,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = "unix=1"
# 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.