]> git.sur5r.net Git - openocd/commitdiff
docs: include static members in doxygen output
authorSpencer Oliver <spen@spen-soft.co.uk>
Fri, 25 May 2012 13:05:23 +0000 (14:05 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 28 May 2012 12:00:21 +0000 (12:00 +0000)
Change-Id: I1867e8d7a3bed1a399c0790f63fee68fb6b299c4
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/672
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Doxyfile.in

index 34a37063406f89dfe44ee88b9f5b74c29dc67d9b..9afd0ccfc9d0bef2e585b7a73c2f0419389b7d96 100644 (file)
@@ -307,7 +307,7 @@ EXTRACT_PRIVATE        = NO
 # If the EXTRACT_STATIC tag is set to YES all static members of a file
 # will be included in the documentation.
 
-EXTRACT_STATIC         = NO
+EXTRACT_STATIC         = YES
 
 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
 # defined locally in source files will be included in the documentation.