Update of /cvsroot/pclasses/pclasses2/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27474/doc
Modified Files:
Doxyfile.at
Log Message:
Added S11nNode.* to exclude pattern. Can't remember why, but i must have had a reason.
Index: Doxyfile.at
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/doc/Doxyfile.at,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Doxyfile.at 25 Dec 2004 21:30:49 -0000 1.1
+++ Doxyfile.at 27 May 2005 13:59:55 -0000 1.2
@@ -111,7 +111,7 @@
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = S11nNode.*
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
|