From 191ca843117d213fa4b1b7e4c08345d1ef30f4ae Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 17 Aug 2015 23:38:56 +0000 Subject: 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 --- docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doxygen.cfg.in') 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. -- cgit v1.2.1