]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#339, !169] Added macro expansion control. 339-doxygen-errors
authorTomek Mrugalski <tomasz@isc.org>
Tue, 11 Dec 2018 19:15:39 +0000 (20:15 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 11 Dec 2018 19:53:42 +0000 (14:53 -0500)
 This is supposed to fix the last error, but for some reason it doesn't.

doc/Doxyfile

index 8aae92f551ecf1fb8562a542f3a119d89c6546fc..e6adf7ba99ca778f2422df67bb449d132ea0a763 100644 (file)
@@ -2060,7 +2060,15 @@ MACRO_EXPANSION        = YES
 # The default value is: NO.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-EXPAND_ONLY_PREDEF     = NO
+EXPAND_ONLY_PREDEF     = YES
+
+# This macro is supposed to expand only the defined macros.
+
+EXPAND_AS_DEFINED = "HAVE_PRE_0_7_6_SYSREPO"
+
+# This is another macro that can provide specific values by hand.
+
+PREDEFINED = "HAVE_PRE_0_7_6_SYSREPO=1"
 
 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
 # INCLUDE_PATH will be searched if a #include is found.