From: Eric Leblond Date: Mon, 16 Dec 2013 10:44:25 +0000 (+0100) Subject: doxygen: document all code X-Git-Tag: suricata-2.0rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1512d43decac4925d11ba790b204354f28733173;p=thirdparty%2Fsuricata.git doxygen: document all code This patch update doxygen configuration to have all possible functions documented (even the one without doxygen formated comments). It can be really useful to have that in case we are trying to get some information on call graph for example. --- diff --git a/doxygen.cfg b/doxygen.cfg index 3844fb23ae..b72cc768a4 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -351,7 +351,7 @@ LOOKUP_CACHE_SIZE = 0 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation.