[Rcpp-commits] r1507 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 9 18:43:39 CEST 2010
Author: edd
Date: 2010-06-09 18:43:38 +0200 (Wed, 09 Jun 2010)
New Revision: 1507
Modified:
pkg/Rcpp/doxyfile
Log:
exclude /generated/ too
Modified: pkg/Rcpp/doxyfile
===================================================================
--- pkg/Rcpp/doxyfile 2010-06-09 16:19:44 UTC (rev 1506)
+++ pkg/Rcpp/doxyfile 2010-06-09 16:43:38 UTC (rev 1507)
@@ -685,13 +685,14 @@
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = */internal/ \
- */module/Module_generated_*.h \
- */*_generated.h \
- */.svn \
- */.svn/prop-base \
- */.svn/props \
- */.svn/text-base
+EXCLUDE_PATTERNS = */internal/* \
+ */module/Module_generated_*.h \
+ */generated/* \
+ */*_generated.h \
+ */.svn \
+ */.svn/prop-base \
+ */.svn/props \
+ */.svn/text-base
# 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 Rcpp-commits
mailing list