summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authorhake <mkreis@gmx.net>2020-06-21 13:38:09 (GMT)
committerhake <mkreis@gmx.net>2020-06-21 13:38:09 (GMT)
commit854308535d0f2335482b48d866a6f0086fbcfafd (patch)
treea90670674486358940907f53989a7ddd884f5905 /src/vhdldocgen.cpp
parentd5916c06fba9667911a19cf658e7c5ab54daf72c (diff)
downloadDoxygen-854308535d0f2335482b48d866a6f0086fbcfafd.zip
Doxygen-854308535d0f2335482b48d866a6f0086fbcfafd.tar.gz
Doxygen-854308535d0f2335482b48d866a6f0086fbcfafd.tar.bz2
improve using plantuml for vhdl flowcharts
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index ff96331..223af8a 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -3642,7 +3642,7 @@ void FlowChart::writeFlowChart()
#endif
const MemberDef *p=VhdlDocGen::getFlowMember();
- if (p->isStatic())
+ if (!Config_getString(PLANTUML_JAR_PATH).isEmpty())
{
printUmlTree();
delFlowList();