From e6dd7ac37d6c274957f94dd73d5c51c73b44d10a Mon Sep 17 00:00:00 2001 From: Lectem Date: Mon, 5 Oct 2015 23:00:24 -0400 Subject: [PATCH] do not include internal structs in doc --- libctru/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/Doxyfile b/libctru/Doxyfile index 68112fe..a8e0863 100644 --- a/libctru/Doxyfile +++ b/libctru/Doxyfile @@ -424,7 +424,7 @@ EXTRACT_STATIC = YES # for Java sources. # The default value is: YES. -EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_CLASSES = NO # 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 the interface are