@@ -467,7 +467,7 @@ LOOKUP_CACHE_SIZE = 0
467467# than 0 to get more control over the balance between CPU load and processing
468468# speed. At this moment only the input processing can be done using multiple
469469# threads. Since this is still an experimental feature the default is set to 1,
470- # which efficively disables parallel processing. Please report any issues you
470+ # which effectively disables parallel processing. Please report any issues you
471471# encounter. Generating dot graphs in parallel is controlled by the
472472# DOT_NUM_THREADS setting.
473473# Minimum value: 0, maximum value: 32, default value: 1.
@@ -1265,7 +1265,7 @@ HTML_EXTRA_STYLESHEET =
12651265# files will be copied as-is; there are no commands or markers available.
12661266# This tag requires that the tag GENERATE_HTML is set to YES.
12671267
1268- HTML_EXTRA_FILES =
1268+ HTML_EXTRA_FILES =
12691269
12701270# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12711271# will adjust the colors in the style sheet and background images according to
@@ -1582,7 +1582,7 @@ EXT_LINKS_IN_WINDOW = NO
15821582
15831583# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
15841584# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
1585- # https://inkscape.org) to generate formulas as SVG images instead of PNGs for
1585+ # https://inkscape.org) to generate formulas as SVG images instead of ONGs for
15861586# the HTML output. These images will generally look nicer at scaled resolutions.
15871587# Possible values are: png (the default) and svg (looks nicer but requires the
15881588# pdf2svg or inkscape tool).
@@ -1601,7 +1601,7 @@ HTML_FORMULA_FORMAT = png
16011601FORMULA_FONTSIZE = 10
16021602
16031603# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
1604- # generated for formulas are transparent PNGs . Transparent PNGs are not
1604+ # generated for formulas are transparent ONGs . Transparent ONGs are not
16051605# supported properly for IE 6.0, but are supported on all modern browsers.
16061606#
16071607# Note that when changing this option you need to delete any form_*.png files in
0 commit comments