diff --git a/Doxyfile b/Doxyfile index ef69e39c..809a7bdc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -943,7 +943,9 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = README.md docs/ src/ +INPUT = README.md \ + docs/ \ + src/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -2268,7 +2270,7 @@ GENERATE_AUTOGEN_DEF = NO # database with symbols found by doxygen stored in tables. # The default value is: NO. -GENERATE_SQLITE3 = NO +#GENERATE_SQLITE3 = NO # The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be # put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put @@ -2276,7 +2278,7 @@ GENERATE_SQLITE3 = NO # The default directory is: sqlite3. # This tag requires that the tag GENERATE_SQLITE3 is set to YES. -SQLITE3_OUTPUT = sqlite3 +#SQLITE3_OUTPUT = sqlite3 # The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db # database file will be recreated with each doxygen run. If set to NO, doxygen @@ -2284,7 +2286,7 @@ SQLITE3_OUTPUT = sqlite3 # The default value is: YES. # This tag requires that the tag GENERATE_SQLITE3 is set to YES. -SQLITE3_RECREATE_DB = YES +#SQLITE3_RECREATE_DB = YES #--------------------------------------------------------------------------- # Configuration options related to the Perl module output