1- # Doxyfile 1.9.7
1+ # Doxyfile 1.9.8
22
33# This file describes the settings to be used by the documentation system
44# doxygen (www.doxygen.org) for a project.
@@ -48,7 +48,7 @@ PROJECT_NAME = WGet.NET
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 0.0.0
51+ PROJECT_NUMBER = 0.0.0
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
@@ -366,9 +366,9 @@ TOC_INCLUDE_HEADINGS = 5
366366# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
367367# generate identifiers for the Markdown headings. Note: Every identifier is
368368# unique.
369- # Possible values are: DOXYGEN Use a fixed 'autotoc_md' string followed by a
370- # sequence number starting at 0. and GITHUB Use the lower case version of title
371- # with any whitespace replaced by '-' and punctations characters removed. .
369+ # Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
370+ # sequence number starting at 0 and GITHUB use the lower case version of title
371+ # with any whitespace replaced by '-' and punctuation characters removed.
372372# The default value is: DOXYGEN.
373373# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
374374
@@ -977,12 +977,12 @@ INPUT_FILE_ENCODING =
977977# Note the list of default checked file patterns might differ from the list of
978978# default file extension mappings.
979979#
980- # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp ,
981- # *.c++ , *.java , *.ii , *.ixx , *.ipp , *.i++ , *.inl , *.idl , *.ddl , *.odl , *.h ,
982- # *.hh , *.hxx , *.hpp , *.h++ , *.l , *.cs , *.d , *.php , *.php4 , *.php5 , *.phtml ,
983- # *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
984- # comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd ,
985- # *.vhdl, *.ucf, *.qsf and *.ice.
980+ # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm ,
981+ # *.cpp , *.cppm , *.c++ , *.c++m , *.java , *.ii , *.ixx , *.ipp , *.i++ , *.inl , *.idl ,
982+ # *.ddl , *.odl , *.h , *.hh , *.hxx , *.hpp , *.h++ , *.ixx , *.l , *.cs , *.d, *.php ,
983+ # *.php4, *.php5, *.phtml, *. inc, *.m, *.markdown, *.md, *.mm, *.dox (to be
984+ # provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
985+ # *.f18, *.f, *.for, *.vhd, *. vhdl, *.ucf, *.qsf and *.ice.
986986
987987FILE_PATTERNS = *.c \
988988 *.cc \
@@ -1410,7 +1410,8 @@ HTML_EXTRA_FILES = assets/github-mark-white.svg \
14101410 js/doxygen-awesome-darkmode-toggle.js \
14111411 js/doxygen-awesome-fragment-copy-button.js \
14121412 js/doxygen-awesome-interactive-toc.js \
1413- assets/github-mark.svg
1413+ assets/github-mark.svg \
1414+ assets/favicon.png
14141415
14151416# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
14161417# should be rendered with a dark or light theme.
@@ -1474,6 +1475,13 @@ HTML_DYNAMIC_MENUS = YES
14741475
14751476HTML_DYNAMIC_SECTIONS = NO
14761477
1478+ # If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be
1479+ # dynamically folded and expanded in the generated HTML source code.
1480+ # The default value is: YES.
1481+ # This tag requires that the tag GENERATE_HTML is set to YES.
1482+
1483+ HTML_CODE_FOLDING = YES
1484+
14771485# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
14781486# shown in the various tree structured indices initially; the user can expand
14791487# and collapse entries dynamically later on. Doxygen will expand the tree to
@@ -2102,7 +2110,7 @@ PDF_HYPERLINKS = YES
21022110
21032111USE_PDFLATEX = YES
21042112
2105- # The LATEX_BATCHMODE tag ignals the behavior of LaTeX in case of an error.
2113+ # The LATEX_BATCHMODE tag signals the behavior of LaTeX in case of an error.
21062114# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
21072115# mode nothing is printed on the terminal, errors are scrolled as if <return> is
21082116# hit at every error; missing files that TeX tries to input or request from
@@ -2308,6 +2316,28 @@ GENERATE_AUTOGEN_DEF = NO
23082316# Configuration options related to Sqlite3 output
23092317#---------------------------------------------------------------------------
23102318
2319+ # If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
2320+ # database with symbols found by doxygen stored in tables.
2321+ # The default value is: NO.
2322+
2323+ GENERATE_SQLITE3 = NO
2324+
2325+ # The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
2326+ # put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
2327+ # in front of it.
2328+ # The default directory is: sqlite3.
2329+ # This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2330+
2331+ SQLITE3_OUTPUT = sqlite3
2332+
2333+ # The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
2334+ # database file will be recreated with each doxygen run. If set to NO, doxygen
2335+ # will warn if an a database file is already found and not modify it.
2336+ # The default value is: YES.
2337+ # This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2338+
2339+ SQLITE3_RECREATE_DB = YES
2340+
23112341#---------------------------------------------------------------------------
23122342# Configuration options related to the Perl module output
23132343#---------------------------------------------------------------------------
@@ -2450,15 +2480,15 @@ TAGFILES =
24502480
24512481GENERATE_TAGFILE =
24522482
2453- # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2454- # the class index. If set to NO, only the inherited external classes will be
2455- # listed.
2483+ # If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
2484+ # will be listed in the class and namespace index. If set to NO, only the
2485+ # inherited external classes will be listed.
24562486# The default value is: NO.
24572487
24582488ALLEXTERNALS = NO
24592489
24602490# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2461- # in the modules index. If set to NO, only the current project's groups will be
2491+ # in the topic index. If set to NO, only the current project's groups will be
24622492# listed.
24632493# The default value is: YES.
24642494
@@ -2552,15 +2582,21 @@ CLASS_GRAPH = YES
25522582# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
25532583# graph for each documented class showing the direct and indirect implementation
25542584# dependencies (inheritance, containment, and class references variables) of the
2555- # class with other documented classes.
2585+ # class with other documented classes. Explicit enabling a collaboration graph,
2586+ # when COLLABORATION_GRAPH is set to NO, can be accomplished by means of the
2587+ # command \collaborationgraph. Disabling a collaboration graph can be
2588+ # accomplished by means of the command \hidecollaborationgraph.
25562589# The default value is: YES.
25572590# This tag requires that the tag HAVE_DOT is set to YES.
25582591
25592592COLLABORATION_GRAPH = YES
25602593
25612594# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2562- # groups, showing the direct groups dependencies. See also the chapter Grouping
2563- # in the manual.
2595+ # groups, showing the direct groups dependencies. Explicit enabling a group
2596+ # dependency graph, when GROUP_GRAPHS is set to NO, can be accomplished by means
2597+ # of the command \groupgraph. Disabling a directory graph can be accomplished by
2598+ # means of the command \hidegroupgraph. See also the chapter Grouping in the
2599+ # manual.
25642600# The default value is: YES.
25652601# This tag requires that the tag HAVE_DOT is set to YES.
25662602
@@ -2620,7 +2656,9 @@ TEMPLATE_RELATIONS = NO
26202656# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
26212657# YES then doxygen will generate a graph for each documented file showing the
26222658# direct and indirect include dependencies of the file with other documented
2623- # files.
2659+ # files. Explicit enabling an include graph, when INCLUDE_GRAPH is is set to NO,
2660+ # can be accomplished by means of the command \includegraph. Disabling an
2661+ # include graph can be accomplished by means of the command \hideincludegraph.
26242662# The default value is: YES.
26252663# This tag requires that the tag HAVE_DOT is set to YES.
26262664
@@ -2629,7 +2667,10 @@ INCLUDE_GRAPH = YES
26292667# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
26302668# set to YES then doxygen will generate a graph for each documented file showing
26312669# the direct and indirect include dependencies of the file with other documented
2632- # files.
2670+ # files. Explicit enabling an included by graph, when INCLUDED_BY_GRAPH is set
2671+ # to NO, can be accomplished by means of the command \includedbygraph. Disabling
2672+ # an included by graph can be accomplished by means of the command
2673+ # \hideincludedbygraph.
26332674# The default value is: YES.
26342675# This tag requires that the tag HAVE_DOT is set to YES.
26352676
@@ -2669,7 +2710,10 @@ GRAPHICAL_HIERARCHY = YES
26692710# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
26702711# dependencies a directory has on other directories in a graphical way. The
26712712# dependency relations are determined by the #include relations between the
2672- # files in the directories.
2713+ # files in the directories. Explicit enabling a directory graph, when
2714+ # DIRECTORY_GRAPH is set to NO, can be accomplished by means of the command
2715+ # \directorygraph. Disabling a directory graph can be accomplished by means of
2716+ # the command \hidedirectorygraph.
26732717# The default value is: YES.
26742718# This tag requires that the tag HAVE_DOT is set to YES.
26752719
0 commit comments