URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-11-13 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
Exclude sandbox and *spe.hh from documentation.
* doc/Doxyfile.in: Set EXCLUDE and EXCLUDE_PATTERNS.
---
Doxyfile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: trunk/milena/doc/Doxyfile.in
===================================================================
--- trunk/milena/doc/Doxyfile.in (revision 1475)
+++ trunk/milena/doc/Doxyfile.in (revision 1476)
@@ -501,7 +501,7 @@
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = @top_srcdir@/milena/sandbox
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -515,7 +515,7 @@
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = *spe.hh
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol
# names (namespaces, classes, functions, etc.) that should be excluded