summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorCharles.Lee <cheoljoo@gmail.com>2019-01-06 08:21:10 (GMT)
committerCharles.Lee <cheoljoo@gmail.com>2019-01-06 08:21:10 (GMT)
commit51bba9d513b22bd92d90127657b76f51d4555fa8 (patch)
tree297312e4fe1c78bbdaf2530e12a2c688cc6e9d64 /src/doxygen.cpp
parentf002c2c53e2db568ff467e8bb037fcc761f90a26 (diff)
downloadDoxygen-51bba9d513b22bd92d90127657b76f51d4555fa8.zip
Doxygen-51bba9d513b22bd92d90127657b76f51d4555fa8.tar.gz
Doxygen-51bba9d513b22bd92d90127657b76f51d4555fa8.tar.bz2
remove PLANTUML_RUN_FAST because FAST is default.
- remove PLANTUML_RUN_FAST in config.xml - Do not make plantuml (.pu) file for each plantuml script. (ex. inline_umlgraph_#.pu) But, make type plantuml files (ex. inline_umlgraph_<type>..pu)
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index f793f77..d1c4a66 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11922,12 +11922,9 @@ void generateOutput()
g_s.end();
}
- if (Config_getBool(PLANTUML_RUN_FAST))
- {
- g_s.begin("Running plantuml with JAVA...\n");
- PlantumlManager::instance()->run();
- g_s.end();
- }
+ g_s.begin("Running plantuml with JAVA...\n");
+ PlantumlManager::instance()->run();
+ g_s.end();
if (Config_getBool(HAVE_DOT))
{