Browse Source

doxygen: remove local classes from documentation

now there is approx. 45 items less in the Data structures section

For example, vector and rules from parser_dependencies.c is not present, nor the other vector from cnversions.c which was merged into the former one.


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62209 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 10 years ago
parent
commit
b2f6bd1116
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/Make/Doxyfile_arch_html.in

+ 1 - 1
include/Make/Doxyfile_arch_html.in

@@ -359,7 +359,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