[PATCH] D11994: Doxygen: add build option to use svg instead of png files for graphs
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 14:47:30 PDT 2015
silvas added a comment.
This looks fine.
Just for reference, is the significantly decreased size due to the SVG files just being smaller, or compressing better? Given that most browsers seem to support SVG nowadays (http://caniuse.com/#feat=svg), it might make sense to just hardcode `svg` in the doxygen.cfg.in file (with a comment explaining the choice). That avoids surfacing any complexity in cmake.
http://reviews.llvm.org/D11994
More information about the llvm-commits
mailing list