]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxyfile: Do not extract local structures.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:37:35 +0000 (16:37 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:37:35 +0000 (16:37 +0100)
The generated documentation is already large enough. Let's focus on documenting
the important structures.

Doxyfile

index 5e09868feaf6ec31b113206ed12b3800731ad2a7..6b5cb4af76ccf5cdad5ff92c440b783624514c83 100644 (file)
--- 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