Quellcode durchsuchen

dox: ignoring g.gui.* commands in dox (not part of iface, removes main functions, workaround for some Doxygen with dots in Python module name)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58150 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras vor 11 Jahren
Ursprung
Commit
c341e4b247
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 2 1
      include/Make/Doxyfile_arch_html.in
  2. 2 1
      include/Make/Doxyfile_arch_latex.in

+ 2 - 1
include/Make/Doxyfile_arch_html.in

@@ -755,7 +755,8 @@ EXCLUDE_PATTERNS       = */test/* \
                          */testsuite/* \
                          */test_* \
                          */test.* \
-                         */*local_proto.h
+                         */*local_proto.h \
+                         */g.gui.*.py
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the

+ 2 - 1
include/Make/Doxyfile_arch_latex.in

@@ -755,7 +755,8 @@ EXCLUDE_PATTERNS       = */test/* \
                          */testsuite/* \
                          */test_* \
                          */test.* \
-                         */*local_proto.h
+                         */*local_proto.h \
+                         */g.gui.*.py
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the