From 84e0d76406aea435cb31cf05ca9d080ec17208b6 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 30 Aug 2012 09:54:53 +0200 Subject: [PATCH] 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. --- doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.