summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-16 17:53:02 (GMT)
committerGitHub <noreply@github.com>2020-07-16 17:53:02 (GMT)
commit5222bfb61e0585f04da355d1adbf0e0e1efb74a0 (patch)
tree93a64b54e85331343e41b94f1298200422c4f279 /src/vhdldocgen.cpp
parent659cb21fdbb0daf2e5aa618af0f9052ed14d5286 (diff)
parent854308535d0f2335482b48d866a6f0086fbcfafd (diff)
downloadDoxygen-5222bfb61e0585f04da355d1adbf0e0e1efb74a0.zip
Doxygen-5222bfb61e0585f04da355d1adbf0e0e1efb74a0.tar.gz
Doxygen-5222bfb61e0585f04da355d1adbf0e0e1efb74a0.tar.bz2
Merge pull request #7864 from maddox11/use_plantuml
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 5cc57ec..7abf9fa 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -3638,7 +3638,7 @@ void FlowChart::writeFlowChart()
#endif
const MemberDef *p=VhdlDocGen::getFlowMember();
- if (p->isStatic())
+ if (!Config_getString(PLANTUML_JAR_PATH).isEmpty())
{
printUmlTree();
delFlowList();