diff options
author | hake <mkreis@gmx.net> | 2020-06-21 13:38:09 (GMT) |
---|---|---|
committer | hake <mkreis@gmx.net> | 2020-06-21 13:38:09 (GMT) |
commit | 854308535d0f2335482b48d866a6f0086fbcfafd (patch) | |
tree | a90670674486358940907f53989a7ddd884f5905 /src/vhdldocgen.cpp | |
parent | d5916c06fba9667911a19cf658e7c5ab54daf72c (diff) | |
download | Doxygen-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.cpp | 2 |
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(); |