From: Spencer Oliver Date: Fri, 25 May 2012 13:05:23 +0000 (+0100) Subject: docs: include static members in doxygen output X-Git-Tag: v0.6.0-rc1~58 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=8fb5e8e58fc0755773eb37173ef6a39959b24ff7 docs: include static members in doxygen output Change-Id: I1867e8d7a3bed1a399c0790f63fee68fb6b299c4 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/672 Tested-by: jenkins Reviewed-by: Xiaofan --- diff --git a/Doxyfile.in b/Doxyfile.in index 34a3706340..9afd0ccfc9 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -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.