瀏覽代碼

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 年之前
父節點
當前提交
b2f6bd1116
共有 1 個文件被更改,包括 1 次插入1 次删除
  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