From cc69373a7d637df3e5de3be532b638e7e54a3ead Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 22 Jun 2012 20:59:52 +0200 Subject: [PATCH] Added the SCRIPTSUPPORT directive to the doxygen configfile so documentation will be generated --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index d334ad3..2af481f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1029,7 +1029,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = DEBUG UPNP_HAVE_TOOLS INCLUDE_DEVICE_APIS INCLUDE_CLIENT_APIS EXCLUDE_GENA=0 EXCLUDE_DOM=0 +PREDEFINED = DEBUG UPNP_HAVE_TOOLS INCLUDE_DEVICE_APIS INCLUDE_CLIENT_APIS SCRIPTSUPPORT EXCLUDE_GENA=0 EXCLUDE_DOM=0 # 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.