summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg.in
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-17 23:38:56 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-17 23:38:56 +0000
commit191ca843117d213fa4b1b7e4c08345d1ef30f4ae (patch)
tree5f4454738db954fddbeac07d9c55f0bc1110ad3b /docs/doxygen.cfg.in
parent3d2de530b3a1e8bc0d24b1e354507bf222b04d92 (diff)
downloadclang-191ca843117d213fa4b1b7e4c08345d1ef30f4ae.tar.gz
Doxygen: add build option to use svg instead of png files for graphs
Differential Revision: http://reviews.llvm.org/D11994 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index fe5674a166..f6c7cba6d3 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -2205,7 +2205,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 = @DOT_IMAGE_FORMAT@
# 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.