diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-09 23:29:56 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 11:04:29 +0200 |
commit | 4fc4e6e04ea82741b03f457044d9d959d286a853 (patch) | |
tree | 549f954ca06c2900676f3e2e3f3a83ab4f8fbbad | |
parent | f1154c6be63205236ac70b916d98db7b178f2b03 (diff) | |
download | fork-ledger-4fc4e6e04ea82741b03f457044d9d959d286a853.tar.gz fork-ledger-4fc4e6e04ea82741b03f457044d9d959d286a853.tar.bz2 fork-ledger-4fc4e6e04ea82741b03f457044d9d959d286a853.zip |
doc: API docs use SVG for diagrams
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 068c0cba..5d53c96b 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -2583,7 +2583,7 @@ DIR_GRAPH_MAX_DEPTH = 1 # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = svg # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning. |