diff options
author | Max Kellermann <max@duempel.org> | 2016-03-30 13:47:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-30 13:47:53 +0200 |
commit | b9805450125b0610d86233294eacf7d247224a09 (patch) | |
tree | 1b078a1dd96b5499820196e70f5c374afadb911d /doc | |
parent | 8aad152b23a7a2896c05d28b610c4f5ebed605b0 (diff) |
doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVG
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 420fb2122..9760934d8 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -2155,7 +2155,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: YES. -HAVE_DOT = NO +HAVE_DOT = YES # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of @@ -2317,7 +2317,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 = svg # 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. @@ -2329,7 +2329,7 @@ DOT_IMAGE_FORMAT = png # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = NO +INTERACTIVE_SVG = YES # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. |