From 9def749e10a3ef4f3c02f8970b88848c16d393f0 Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Sat, 9 Jan 2021 17:11:58 +0800 Subject: [PATCH] Disable EXTRACT_LOCAL_CLASSES in Doxyfile --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 40cf4cc..23cd1db 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -517,7 +517,7 @@ EXTRACT_STATIC = NO # 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. If set to YES, local methods, # which are defined in the implementation section but not in the interface are