diff options
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index a511f8b..7f98fd0 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -183,6 +183,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_input INPUT \refitem cfg_input_encoding INPUT_ENCODING \refitem cfg_input_filter INPUT_FILTER +\refitem cfg_interactive_svg INTERACTIVE_SVG \refitem cfg_internal_docs INTERNAL_DOCS \refitem cfg_javadoc_autobrief JAVADOC_AUTOBRIEF \refitem cfg_latex_batchmode LATEX_BATCHMODE @@ -1063,6 +1064,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" The \c EXCLUDE tag can be used to specify files and/or directories that should excluded from the \c INPUT source files. This way you can easily exclude a subdirectory from a directory tree whose root is specified with the \c INPUT tag. + Note that relative paths are relative to directory from which doxygen is run. \anchor cfg_exclude_symlinks <dt>\c EXCLUDE_SYMLINKS <dd> @@ -2421,6 +2423,13 @@ The default size is 10pt. generated by dot. Possible values are svg, png, jpg, or gif. If left blank png will be used. +\anchor cfg_interactive_svg +<dt>\c INTERACTIVE_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. + Note that this requires a modern browser. For Internet Explorer you will need + at least version 9. + \anchor cfg_dot_path <dt>\c DOT_PATH <dd> \addindex DOT_PATH |