summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-23 17:48:35 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-23 17:48:35 (GMT)
commit773d0aafb4f603b6924d86a60a2828bd44a16756 (patch)
tree72ed16d9cd63aab25a8bf43695e841ea11f0c93c /src/config.xml
parent4e75d77f60bd173019247177686376ce36ace90b (diff)
downloadDoxygen-773d0aafb4f603b6924d86a60a2828bd44a16756.zip
Doxygen-773d0aafb4f603b6924d86a60a2828bd44a16756.tar.gz
Doxygen-773d0aafb4f603b6924d86a60a2828bd44a16756.tar.bz2
Making the use of DOT_CLEANUP more transparent
- The setting `DOT_CLEANUP` is not only used for `dot` files but also for temporary `msc` and `plantuml` files, though this was not clear from the documentation. - For the docbook output format the removal of the `dot` and `msc` files was not don like in the output formats html / LatTeX / rtf.
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 0ec4219..9077f04 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3690,11 +3690,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>