]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doxygen: document all code
authorEric Leblond <eric@regit.org>
Mon, 16 Dec 2013 10:44:25 +0000 (11:44 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2014 14:33:59 +0000 (15:33 +0100)
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.

doxygen.cfg

index 3844fb23ae313312c22f74608ba897d9e6f06c33..b72cc768a43f5c6203191420ce578128e9cbb3e8 100644 (file)
@@ -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.