@@ -754,13 +754,13 @@ FILE_VERSION_FILTER =
754754
755755LAYOUT_FILE =
756756
757- # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
758- # the reference definitions. This must be a list of .bib files. The .bib
759- # extension is automatically appended if omitted. This requires the bibtex tool
760- # to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
761- # For LaTeX the style of the bibliography can be controlled using
762- # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
763- # search path. See also \cite for info how to create references.
757+ # The CITE_BIB_FILES tag can be used to specify one or more bib files
758+ # containing the reference definitions. This must be a list of .bib files. The
759+ # .bib extension is automatically appended if omitted. This requires the bibtex
760+ # tool to be installed. For LaTeX the style of the bibliography can be
761+ # controlled using LATEX_BIB_STYLE. To use this feature you need bibtex and
762+ # perl available in the search path. See also \cite for info how to create
763+ # references.
764764
765765CITE_BIB_FILES =
766766
@@ -1256,12 +1256,11 @@ HTML_EXTRA_FILES =
12561256
12571257# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12581258# will adjust the colors in the style sheet and background images according to
1259- # this color. Hue is specified as an angle on a color-wheel, see
1260- # https://en.wikipedia.org/wiki/Hue for more information. For instance the value
1261- # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1262- # purple, and 360 is red again.
1263- # Minimum value: 0, maximum value: 359, default value: 220.
1264- # This tag requires that the tag GENERATE_HTML is set to YES.
1259+ # this color. Hue is specified as an angle on a color-wheel For instance the
1260+ # value 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue,
1261+ # 300 purple, and 360 is red again. Minimum value: 0, maximum value: 359,
1262+ # default value: 220. This tag requires that the tag GENERATE_HTML is set to
1263+ # YES.
12651264
12661265HTML_COLORSTYLE_HUE = 220
12671266
@@ -1898,8 +1897,7 @@ LATEX_BATCHMODE = NO
18981897LATEX_HIDE_INDICES = NO
18991898
19001899# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1901- # bibliography, e.g. plainnat, or ieeetr. See
1902- # https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1900+ # bibliography, e.g. plainnat, or ieeetr. See \cite for more info.
19031901# The default value is: plain.
19041902# This tag requires that the tag GENERATE_LATEX is set to YES.
19051903
0 commit comments