summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-21 08:28:43 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-21 08:28:43 +1000
commit46f695a860257cc30e8fe0f90296aa877d5b0ada (patch)
tree79e92b8d21d2c686830b6087705acf6f2f83d5af
parent43e4b3ebb083e81593461227216b626c39d0ca91 (diff)
downloadlibrsync-46f695a860257cc30e8fe0f90296aa877d5b0ada.tar.gz
In Doxyfile.in turn on graphviz svg diargrams.
Set `HAVE_DOT = YES` and `DOT_IMAGE_FORMAT = svg`. FTR I compared and svg diagrams are smaller than png as you would expect.
-rw-r--r--doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 1ce6651..9c8f2b1 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -2243,7 +2243,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# The default value is: YES.
-HAVE_DOT = NO
+HAVE_DOT = YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2405,7 +2405,7 @@ DIRECTORY_GRAPH = YES
# 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.