summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-24 21:15:22 (GMT)
committerGitHub <noreply@github.com>2020-11-24 21:15:22 (GMT)
commit526a901c2ea1315727f8c60e48b799db39803fcd (patch)
tree86415af97524959c918da673f905cf8e4840c48f /src/config.xml
parent55ca9c847c2a183e1382a2b7f3f7bcfe7cdc852f (diff)
parent773d0aafb4f603b6924d86a60a2828bd44a16756 (diff)
downloadDoxygen-526a901c2ea1315727f8c60e48b799db39803fcd.zip
Doxygen-526a901c2ea1315727f8c60e48b799db39803fcd.tar.gz
Doxygen-526a901c2ea1315727f8c60e48b799db39803fcd.tar.bz2
Merge pull request #8198 from albert-github/feature/bug_dot_cleanup
Making the use of DOT_CLEANUP more transparent
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index cb970f4..fb48c63 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3691,11 +3691,14 @@ add type and arguments for attributes and methods in the UML graphs.
]]>
</docs>
</option>
- <option type='bool' id='DOT_CLEANUP' defval='1' depends='HAVE_DOT'>
+ <option type='bool' id='DOT_CLEANUP' defval='1'>
<docs>
<![CDATA[
If the \c DOT_CLEANUP tag is set to \c YES, doxygen will
-remove the intermediate dot files that are used to generate the various graphs.
+remove the intermediate files that are used to generate the various graphs.
+ <br>Note:
+This setting is not only used for dot files but also for msc and plantuml
+temporary files.
]]>
</docs>
</option>