[Rinside-commits] r212 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 25 04:15:25 CEST 2011
Author: edd
Date: 2011-04-25 04:15:23 +0200 (Mon, 25 Apr 2011)
New Revision: 212
Modified:
pkg/ChangeLog
pkg/doxyfile
Log:
updated doxyfile
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2011-04-24 15:40:28 UTC (rev 211)
+++ pkg/ChangeLog 2011-04-25 02:15:23 UTC (rev 212)
@@ -2,6 +2,8 @@
* DESCRIPTION: Release 0.2.4
+ * doxyfile: Updated path settings
+
2011-04-20 Dirk Eddelbuettel <edd at debian.org>
* inst/examples/mpi/*cpp: Minor updates and simplifications
Modified: pkg/doxyfile
===================================================================
--- pkg/doxyfile 2011-04-24 15:40:28 UTC (rev 211)
+++ pkg/doxyfile 2011-04-25 02:15:23 UTC (rev 212)
@@ -590,7 +590,7 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src/
+INPUT = src/ inst/include/
# 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
@@ -697,7 +697,7 @@
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = src/examples/standard src/examples/mpi
+EXAMPLE_PATH = src/examples/standard src/examples/mpi src/examples/qt
# 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 Rinside-commits
mailing list