summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-04-25 10:22:15 (GMT)
committerGitHub <noreply@github.com>2020-04-25 10:22:15 (GMT)
commit444d78cbd1f2ef3124cf9d132a0a133c892833a9 (patch)
tree8bf7a1f71aac900dbf482dccde0ebb4bdd3ad04e
parent8274ebf0ac500d54f5760e0a85124e4a4219ab2e (diff)
downloadDoxygen-444d78cbd1f2ef3124cf9d132a0a133c892833a9.zip
Doxygen-444d78cbd1f2ef3124cf9d132a0a133c892833a9.tar.gz
Doxygen-444d78cbd1f2ef3124cf9d132a0a133c892833a9.tar.bz2
Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722)
For the configuration setting `HTML_FORMULA_FORMAT` the text reads: > Possible values are: png The default and svg Looks nicer but requires the pdf2svg tool. this is not quite understandable and has been reformulated to: > Possible values are: png (the default) and svg (looks nicer but requires the pdf2svg or inkscape tool). this concerns automatically generated texts from config.xml to the different formats.
-rw-r--r--src/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 61ee9fa..6a87a0b 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2356,8 +2356,8 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
PNGs for the HTML output. These images will generally look nicer at scaled resolutions.
]]>
</docs>
- <value name="png" desc="The default"/>
- <value name="svg" desc="Looks nicer but requires the pdf2svg tool"/>
+ <value name="png" desc="(the default)"/>
+ <value name="svg" desc="(looks nicer but requires the pdf2svg or inkscape tool)"/>
</option>
<option type='int' id='FORMULA_FONTSIZE' minval='8' maxval='50' defval='10' depends='GENERATE_HTML'>
<docs>