--- parser3/src/doc/doxygen.cfg 2001/04/04 12:54:58 1.2 +++ parser3/src/doc/doxygen.cfg 2001/05/03 15:05:19 1.8 @@ -56,7 +56,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. @@ -297,14 +297,14 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = .. doxygen.txt +INPUT = .. # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -FILE_PATTERNS = *.h *.C *.y +FILE_PATTERNS = *.h *.C *.y *.dox # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -316,13 +316,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/mySQL32 ../pcre ../libltdl +EXCLUDE = ../sql/mysql/libltdl ../sql/mysql/mySQL32 ../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/* +EXCLUDE_PATTERNS = *.tab.* */z/* */.libs/* */_filterexpr/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see