build: Appease various doxygen versions.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m2s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m2s
This commit is contained in:
parent
ee33f54745
commit
2ec047cc00
10
Doxyfile
10
Doxyfile
@ -943,7 +943,9 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# 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
|
# 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
|
# 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.
|
# database with symbols found by doxygen stored in tables.
|
||||||
# The default value is: NO.
|
# 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
|
# 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
|
# 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.
|
# The default directory is: sqlite3.
|
||||||
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
|
# 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
|
# 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
|
# 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.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_SQLITE3 is set to 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
|
# Configuration options related to the Perl module output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user