summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-13 19:49:18 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-13 19:49:18 (GMT)
commitc8d3befccbfbba83c2c0509dc23d53144177aa94 (patch)
tree58dfc75c4db25f4a8fc691b21558166b025b5509 /src/config.xml
parent96f87f11a303fb2f5b563e7f277df55336e2bb39 (diff)
downloadDoxygen-c8d3befccbfbba83c2c0509dc23d53144177aa94.zip
Doxygen-c8d3befccbfbba83c2c0509dc23d53144177aa94.tar.gz
Doxygen-c8d3befccbfbba83c2c0509dc23d53144177aa94.tar.bz2
Forgot to remove some config files.
Added development option to use inkscape to create SVG formulas.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.xml b/src/config.xml
index fec21b6..de5efdc 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2357,16 +2357,16 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
]]>
</docs>
</option>
- <option type='enum' id='HTML_FORMULA_FORMAT' defval='PNG' depends='GENERATE_HTML'>
+ <option type='enum' id='HTML_FORMULA_FORMAT' defval='png' depends='GENERATE_HTML'>
<docs>
<![CDATA[
- If the \c HTML_FORMULA_FORMAT option is set to \c SVG, doxygen will use the pdf2svg
+ If the \c HTML_FORMULA_FORMAT option is set to \c svg, doxygen will use the pdf2svg
tool (see https://github.com/dawbarton/pdf2svg) to generate formulas as SVG images instead of
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 tool"/>
</option>
<option type='int' id='FORMULA_FONTSIZE' minval='8' maxval='50' defval='10' depends='GENERATE_HTML'>
<docs>