--- parser3/src/doc/doxygen.cfg 2001/09/21 15:35:45 1.17 +++ parser3/src/doc/doxygen.cfg 2002/04/18 16:28:10 1.20 @@ -324,13 +324,13 @@ RECURSIVE = YES # 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 = ../sql/mysql/libltdl ../sql/mysql/mySQL32 ../pcre ../libltdl ../sql/oracle/libltdl ../sql/oracle/oracle32 ../sql/pgsql/libltdl ../sql/pgsql/PgSQL32 ../sql/odbc/MFCpatches +EXCLUDE = ../pcre ../libltdl # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. -EXCLUDE_PATTERNS = *.tab.* */z/* */.libs/* */_filterexpr/* +EXCLUDE_PATTERNS = *.tab.* */z/* */.libs/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see @@ -442,20 +442,18 @@ GENERATE_HTMLHELP = YES # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). -GENERATE_CHI = YES - #NO +GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. -BINARY_TOC = YES - ##NO +BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the Html help documentation and to the tree view. -TOC_EXPAND = NO +TOC_EXPAND = YES # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and @@ -758,7 +756,7 @@ GRAPHICAL_HIERARCHY = YES # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. -DOT_PATH = "D:\Program Files\doxygen\3rd" +DOT_PATH = "C:\Program Files\doxygen\3rd" # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the