summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index 5b1123a..e4880d4 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3536,11 +3536,13 @@ to be found in the default search path.
]]>
</docs>
</option>
- <option type='bool' id='PLANTUML_RUN_JAVA_ONCE' defval='0'>
+ <option type='bool' id='PLANTUML_RUN_FAST' defval='0'>
<docs>
<![CDATA[
-If the \c PLANTUML_RUN_JAVA_ONCE tag is set to \c YES, doxygen will run java once for improving the performance.
-This will run once at the end of process like dot graphics processing.
+If the \c PLANTUML_RUN_FAST tag is set to \c YES, doxygen will run java once for improving the performance.
+This will run once at the end of process like dot graphics processing.
+It will remove duplicated runs when you edit a little and it will support multiple thread for multi processor.
+Finally it will reduce the doxygen running time about plantuml.
]]>
</docs>
</option>