From: Andre Noll Date: Sun, 20 Dec 2009 15:37:35 +0000 (+0100) Subject: Doxyfile: Do not extract local structures. X-Git-Tag: v0.4.1~5^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1e7085d038bd66356df19c3e8a22cdeff72a0c4e Doxyfile: Do not extract local structures. The generated documentation is already large enough. Let's focus on documenting the important structures. --- diff --git a/Doxyfile b/Doxyfile index 5e09868f..6b5cb4af 100644 --- a/Doxyfile +++ b/Doxyfile @@ -255,7 +255,7 @@ EXTRACT_STATIC = NO # 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 = 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