From 8fb5e8e58fc0755773eb37173ef6a39959b24ff7 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 25 May 2012 14:05:23 +0100 Subject: [PATCH] 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 --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2