diff options
author | Charles.Lee <cheoljoo@gmail.com> | 2018-12-26 23:11:25 (GMT) |
---|---|---|
committer | Charles.Lee <cheoljoo@gmail.com> | 2018-12-26 23:11:25 (GMT) |
commit | 756d8b203b67f3ab38f7d148794bb94175a064a7 (patch) | |
tree | c203e8b0f9dc7361c31e145a0345750f627d3d97 /src/config.xml | |
parent | 5d6a6eae4a3c0e6469864fb2b292a7bafe2fb6f2 (diff) | |
download | Doxygen-756d8b203b67f3ab38f7d148794bb94175a064a7.zip Doxygen-756d8b203b67f3ab38f7d148794bb94175a064a7.tar.gz Doxygen-756d8b203b67f3ab38f7d148794bb94175a064a7.tar.bz2 |
JAVA_ONCE -> FAST
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 8 |
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> |