aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-09-28 14:09:22 +0100
committerFreddie Chopin <freddie.chopin@gmail.com>2012-10-02 11:37:07 +0000
commitf232512a21e9a2ecf8a774496a4a628a88f64408 (patch)
treeb15a6d7f112f801d7c700c72719cb1e9b2c15861 /Doxyfile.in
parent8a271d9dd189f4d8f218d718f7285d7927c3d1ad (diff)
downloadriscv-openocd-f232512a21e9a2ecf8a774496a4a628a88f64408.zip
riscv-openocd-f232512a21e9a2ecf8a774496a4a628a88f64408.tar.gz
riscv-openocd-f232512a21e9a2ecf8a774496a4a628a88f64408.tar.bz2
docs: enable local structs in doxygen output
Change-Id: I9c811d49690524f1ce5372326de67ec4ac7b09f4 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/858 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@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 9afd0cc..8632ee7 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -313,7 +313,7 @@ EXTRACT_STATIC = YES
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
-EXTRACT_LOCAL_CLASSES = NO
+EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in