summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-20 09:37:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-20 09:39:51 (GMT)
commit4bef27771fec1892331df637dd6184abac36fd8f (patch)
tree76c9d48141c37b2986c00c1669b100b80de2f416 /src/vhdldocgen.h
parentda09bff6dc9cad40c72b6a858728093cc41dff47 (diff)
downloadDoxygen-4bef27771fec1892331df637dd6184abac36fd8f.zip
Doxygen-4bef27771fec1892331df637dd6184abac36fd8f.tar.gz
Doxygen-4bef27771fec1892331df637dd6184abac36fd8f.tar.bz2
Bug 758495 - Bug in VHDL parser + other fixes
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r--src/vhdldocgen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h
index 2d1ecf1..36d97a7 100644
--- a/src/vhdldocgen.h
+++ b/src/vhdldocgen.h
@@ -326,6 +326,9 @@ class FlowChart
static void buildCommentNodes(FTextStream &t);
static void alignCommentNode(FTextStream &t,QCString com);
+ static void printUmlTree();
+ static QCString printPlantUmlNode(const FlowChart *flo,bool,bool);
+
static QList<FlowChart> flowList;
FlowChart(int typ,const char* t,const char* ex,const char* label=0);