diff options
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r-- | src/vhdldocgen.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h index e6a720c..03c37e6 100644 --- a/src/vhdldocgen.h +++ b/src/vhdldocgen.h @@ -259,6 +259,11 @@ class VhdlDocGen static void writeRecorUnit(QCString & largs,OutputList& ol ,const MemberDef *mdef); }; +//------------------------------------------------------------------------------------------------------------------- +//-------------- VHDL Flowcharts ------------------------------------------------------------------------------- +//------------------------------------------------------------------------------------------------------------------- + + //#define DEBUGFLOW class FlowChart @@ -333,9 +338,7 @@ private: int stamp; int type; -#ifdef DEBUGFLOW int line; -#endif QCString label; QCString text; |