]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doxygen: generate doc for acquisition modules
authorEric Leblond <eric@regit.org>
Thu, 30 Aug 2012 07:54:53 +0000 (09:54 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 3 Sep 2012 14:20:32 +0000 (16:20 +0200)
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.

doxygen.cfg

index 4fe6a478a7aef943af15a3912475022c91a57d11..14024a1bb6831de8f90447ddf272aae485fb4c03 100644 (file)
@@ -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.