summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-06-06 19:49:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-06-06 19:49:53 (GMT)
commitde297f6d77f3861b649f3fcba443483d6be6afe9 (patch)
treeb158d4e26359c261b119f485d1d4c69a6034663c /src/config.xml
parentc604d141eb8b0708022a3e4b48b0b1871b692aa6 (diff)
downloadDoxygen-de297f6d77f3861b649f3fcba443483d6be6afe9.zip
Doxygen-de297f6d77f3861b649f3fcba443483d6be6afe9.tar.gz
Doxygen-de297f6d77f3861b649f3fcba443483d6be6afe9.tar.bz2
Release-1.7.4-20110606
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 2883b83..6893283 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -626,6 +626,7 @@ If left blank NO is used.
The EXCLUDE tag can be used to specify files and/or directories that should
excluded from the INPUT source files. This way you can easily exclude a
subdirectory from a directory tree whose root is specified with the INPUT tag.
+Note that relative paths are relative to directory from which doxygen is run.
'>
</option>
<option type='bool' id='EXCLUDE_SYMLINKS' docs='
@@ -1493,6 +1494,12 @@ If left blank png will be used.
<value name='gif'/>
<value name='svg'/>
</option>
+ <option type='bool' id='INTERACTIVE_SVG' doc='
+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.
+Note that this requires a modern browser. For Internet Explorer you will need
+at least version 9.
+' defval='0' depends='HAVE_DOT'/>
<option type='string' id='DOT_PATH' format='dir' docs='
The tag DOT_PATH 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.