Author: sayer
Date: 2008-12-19 19:39:18 +0100 (Fri, 19 Dec 2008)
New Revision: 1211
Modified:
trunk/core/doxygen_fulldoc
trunk/core/doxygen_proj
Log:
exclude stuff we dont want to be documented
Modified: trunk/core/doxygen_fulldoc
===================================================================
--- trunk/core/doxygen_fulldoc 2008-12-19 18:24:02 UTC (rev 1210)
+++ trunk/core/doxygen_fulldoc 2008-12-19 18:39:18 UTC (rev 1211)
@@ -77,9 +77,12 @@
../doc
FILE_PATTERNS =
RECURSIVE = YES
-EXCLUDE =
+EXCLUDE = ../apps/xmlrpc2di/xmlrpc++ \
+ ../core/plug-in/ilbc/iLBC_rfc3951 \
+ ../core/plug-in/gsm/gsm-1.0-pl10 \
+ ../apps/py_sems/sip
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = .svn*
EXAMPLE_PATH = ../
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = YES
Modified: trunk/core/doxygen_proj
===================================================================
--- trunk/core/doxygen_proj 2008-12-19 18:24:02 UTC (rev 1210)
+++ trunk/core/doxygen_proj 2008-12-19 18:39:18 UTC (rev 1211)
@@ -473,7 +473,11 @@
# 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 = .svn
+EXCLUDE = .svn \
+ ../apps/xmlrpc2di/xmlrpc++ \
+ ../core/plug-in/ilbc/iLBC_rfc3951 \
+ ../core/plug-in/gsm/gsm-1.0-pl10 \
+ ../apps/py_sems/sip
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -485,7 +489,7 @@
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = .svn*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev