[Rcpp-commits] r1494 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 8 19:18:42 CEST 2010


Author: edd
Date: 2010-06-08 19:18:41 +0200 (Tue, 08 Jun 2010)
New Revision: 1494

Modified:
   pkg/Rcpp/doxyfile
Log:
make inst/{include,examples}/ known as inputs
mark a number of auto-generated files in exclude list


Modified: pkg/Rcpp/doxyfile
===================================================================
--- pkg/Rcpp/doxyfile	2010-06-08 17:17:17 UTC (rev 1493)
+++ pkg/Rcpp/doxyfile	2010-06-08 17:18:41 UTC (rev 1494)
@@ -590,7 +590,9 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = src/
+INPUT                  = inst/include \
+		         inst/examples \
+ 		       	 src/
 
 # This tag can be used to specify the character encoding of the source files 
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
@@ -683,7 +685,13 @@
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = 
+EXCLUDE_PATTERNS       = */internal/ \
+		         */module/Module_generated_*.h \
+			 */*_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 
@@ -697,7 +705,7 @@
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = src/examples/
+EXAMPLE_PATH           = inst/examples/
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 



More information about the Rcpp-commits mailing list