summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-12 20:08:11 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-12 20:08:11 (GMT)
commit10b2b8fc694b60a17ccd2642f3a40c851e33b9da (patch)
tree9901c6f8603c20fd3422e9f068da1fb9cab13317 /src/config.xml
parentb107d3412b12c37a6b87c7315bc4039446cd3338 (diff)
downloadDoxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.zip
Doxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.tar.gz
Doxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.tar.bz2
Improve formula handling and rendering.
Also added option HTML_FORMULA_FORMAT to generate SVG files for images (requires pdf2svg)
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index f40744d..fec21b6 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2357,6 +2357,17 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
]]>
</docs>
</option>
+ <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
+ 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"/>
+ </option>
<option type='int' id='FORMULA_FONTSIZE' minval='8' maxval='50' defval='10' depends='GENERATE_HTML'>
<docs>
<![CDATA[