Browse Source

- (re)added src/lib/dns
- updated EXCLUDE_PATTERNS to avoid including .py and placeholder C++ files


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@806 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
cbe0692558
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/Doxyfile

+ 2 - 2
doc/Doxyfile

@@ -568,7 +568,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 # 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
 # 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
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -611,7 +611,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 # 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
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
 # (namespaces, classes, functions, etc.) that should be excluded from the