summaryrefslogtreecommitdiffstats
path: root/solenv/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-20 09:08:55 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-20 09:10:42 +0100
commit81046b79f02fdbb127a4a5dd855e1a8f916532bf (patch)
treeda608d455fd77f077e2fab5df7be22ccdcd2550d /solenv/inc
parentRevert "coverity#1169848 Uncaught exception" (diff)
downloadcore-81046b79f02fdbb127a4a5dd855e1a8f916532bf.tar.gz
core-81046b79f02fdbb127a4a5dd855e1a8f916532bf.zip
doxygen: png -> gif for images
This reduces the amount of output in docs/ from 17G to 10G for me. No big surprise, inheritance diagrams use only a few colors, so gif's indexed colors work here nicely. Thanks Christian Lohmaier for the idea. Change-Id: I23db0c1a4dc7410cb3eb1ae99044962959fac28a
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg
index afd195ee8e57..a78e3f2469a7 100644
--- a/solenv/inc/doxygen.cfg
+++ b/solenv/inc/doxygen.cfg
@@ -1832,7 +1832,7 @@ DIRECTORY_GRAPH = YES
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
# visible in IE 9+ (other browsers do not have this requirement).
-DOT_IMAGE_FORMAT = png
+DOT_IMAGE_FORMAT = gif
# 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.