From: Eric Leblond Date: Thu, 30 Aug 2012 07:54:53 +0000 (+0200) Subject: doxygen: generate doc for acquisition modules X-Git-Tag: suricata-1.4beta1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84e0d76406aea435cb31cf05ca9d080ec17208b6;p=thirdparty%2Fsuricata.git doxygen: generate doc for acquisition modules This patch sets some define to generate doc for the acquisition modules. It also suppress the doc generation for unittests which was polluting the output. --- diff --git a/doxygen.cfg b/doxygen.cfg index 4fe6a478a7..14024a1bb6 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -990,7 +990,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = UNITTESTS NFQ IPFW HAVE_PFRING HAVE_AF_PACKET PRELUDE +PREDEFINED = NFQ IPFW HAVE_PFRING HAVE_AF_PACKET PRELUDE HAVE_NAPATECH HAVE_DAG # 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.