From 3404b62fe3ec24961e68e7e97b270a5d0f7e1ef7 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 11 Sep 2009 00:59:31 +0200 Subject: Workaround to avoid confusing Doxygen on some extra declarations --- doxygen/Doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen/Doxygen.conf') diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf index 308c32d..1946f61 100644 --- a/doxygen/Doxygen.conf +++ b/doxygen/Doxygen.conf @@ -1262,7 +1262,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = ENABLE_DEBUG ENABLE_EUREPHIADM EUREPHIA_FWINTF FIREWALL FW_IPTABLES HAVE_LIBXML2 HAVE_LIBXSLT HAVE_OPENSSL SHOW_SECRETS +PREDEFINED = DOXYGEN ENABLE_DEBUG ENABLE_EUREPHIADM EUREPHIA_FWINTF FIREWALL FW_IPTABLES HAVE_LIBXML2 HAVE_LIBXSLT HAVE_OPENSSL SHOW_SECRETS # 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. -- cgit