From d2fe3682000091398ac6d4a26308679d3482a1f7 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 16 Dec 2013 11:39:45 +0100 Subject: [PATCH] doxygen: add profiling to generated doc. Profiling code needs the PROFILING define to be documented. --- doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.