[GRASS-SVN] r58047 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 18 10:56:33 PDT 2013


Author: wenzeslaus
Date: 2013-10-18 10:56:33 -0700 (Fri, 18 Oct 2013)
New Revision: 58047

Modified:
   grass/trunk/include/Make/Doxyfile_arch_html.in
   grass/trunk/include/Make/Doxyfile_arch_latex.in
Log:
dox: exclude various test files and dirs and local_proto.h files

Modified: grass/trunk/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html.in	2013-10-18 15:14:39 UTC (rev 58046)
+++ grass/trunk/include/Make/Doxyfile_arch_html.in	2013-10-18 17:56:33 UTC (rev 58047)
@@ -745,7 +745,17 @@
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       =
+EXCLUDE_PATTERNS       = */test/* \
+                         */tests/* \
+                         */unit_test/* \
+                         */unit_tests/* \
+                         */unit_test* \
+                         */unit_tests* \
+                         */test_suite/* \
+                         */testsuite/* \
+                         */test_* \
+                         */test.* \
+                         */*local_proto.h
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the

Modified: grass/trunk/include/Make/Doxyfile_arch_latex.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_latex.in	2013-10-18 15:14:39 UTC (rev 58046)
+++ grass/trunk/include/Make/Doxyfile_arch_latex.in	2013-10-18 17:56:33 UTC (rev 58047)
@@ -745,7 +745,17 @@
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       =
+EXCLUDE_PATTERNS       = */test/* \
+                         */tests/* \
+                         */unit_test/* \
+                         */unit_tests/* \
+                         */unit_test* \
+                         */unit_tests* \
+                         */test_suite/* \
+                         */testsuite/* \
+                         */test_* \
+                         */test.* \
+                         */*local_proto.h
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the



More information about the grass-commit mailing list