[svn] commit: r806 - /branches/jinmei-dnsrdata2/doc/Doxyfile
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 12 09:45:14 UTC 2010
Author: jinmei
Date: Fri Feb 12 09:45:13 2010
New Revision: 806
Log:
- (re)added src/lib/dns
- updated EXCLUDE_PATTERNS to avoid including .py and placeholder C++ files
Modified:
branches/jinmei-dnsrdata2/doc/Doxyfile
Modified: branches/jinmei-dnsrdata2/doc/Doxyfile
==============================================================================
--- branches/jinmei-dnsrdata2/doc/Doxyfile (original)
+++ branches/jinmei-dnsrdata2/doc/Doxyfile Fri Feb 12 09:45:13 2010
@@ -568,7 +568,7 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../src/lib/cc/cpp
+INPUT = ../src/lib/cc/cpp ../src/lib/dns/cpp
# 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
@@ -611,7 +611,7 @@
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = *unittest*.h
+EXCLUDE_PATTERNS = */*-placeholder.* */cpp/*.py
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
More information about the bind10-changes
mailing list