From: Eric Leblond Date: Mon, 16 Dec 2013 10:39:45 +0000 (+0100) Subject: doxygen: add profiling to generated doc. X-Git-Tag: suricata-2.0rc1~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2fe3682000091398ac6d4a26308679d3482a1f7;p=thirdparty%2Fsuricata.git doxygen: add profiling to generated doc. Profiling code needs the PROFILING define to be documented. --- diff --git a/doxygen.cfg b/doxygen.cfg index 098863c1ad..3844fb23ae 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -1601,7 +1601,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = NFQ IPFW HAVE_PFRING HAVE_AF_PACKET PRELUDE HAVE_NAPATECH HAVE_DAG +PREDEFINED = NFQ IPFW HAVE_PFRING HAVE_AF_PACKET PRELUDE HAVE_NAPATECH HAVE_DAG PROFILING # 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.