[Libreoffice-commits] core.git: solenv/inc

Miklos Vajna vmiklos at collabora.co.uk
Thu Nov 20 00:11:13 PST 2014


 solenv/inc/doxygen.cfg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81046b79f02fdbb127a4a5dd855e1a8f916532bf
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Nov 20 09:08:55 2014 +0100

    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

diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg
index afd195e..a78e3f2 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.


More information about the Libreoffice-commits mailing list