From f232512a21e9a2ecf8a774496a4a628a88f64408 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 28 Sep 2012 14:09:22 +0100 Subject: [PATCH] docs: enable local structs in doxygen output Change-Id: I9c811d49690524f1ce5372326de67ec4ac7b09f4 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/858 Tested-by: jenkins Reviewed-by: Freddie Chopin --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 9afd0ccfc9..8632ee75e1 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 -- 2.30.2