aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-25 14:05:23 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-28 12:00:21 +0000
commit8fb5e8e58fc0755773eb37173ef6a39959b24ff7 (patch)
tree3e29c3cab4cdf96780ce4e4da49d5410a23fa0fd /Doxyfile.in
parent9b3224e8875493d2fd9f299f14e139d06554bf9c (diff)
downloadriscv-openocd-8fb5e8e58fc0755773eb37173ef6a39959b24ff7.zip
riscv-openocd-8fb5e8e58fc0755773eb37173ef6a39959b24ff7.tar.gz
riscv-openocd-8fb5e8e58fc0755773eb37173ef6a39959b24ff7.tar.bz2
docs: include static members in doxygen output
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>
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 34a3706..9afd0cc 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.