diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-02 10:09:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-02 10:09:32 (GMT) |
commit | bc7aedbff07ac657ef60ffca5423fe2d054962ca (patch) | |
tree | 48f2ed563e0e272f106cefcff352bb865f30fcc7 /src/vhdlcode.l | |
parent | c9d816aaf20c24c624407ba1c2eb4e00eff0c02f (diff) | |
parent | 36122e49ed1d9e640b1ceca52536ec7c55e10474 (diff) | |
download | Doxygen-bc7aedbff07ac657ef60ffca5423fe2d054962ca.zip Doxygen-bc7aedbff07ac657ef60ffca5423fe2d054962ca.tar.gz Doxygen-bc7aedbff07ac657ef60ffca5423fe2d054962ca.tar.bz2 |
Merge branch 'vhdl'
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r-- | src/vhdlcode.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l index d8586ab..fa199d1 100644 --- a/src/vhdlcode.l +++ b/src/vhdlcode.l @@ -1576,6 +1576,8 @@ void parseVhdlCode(CodeOutputInterface &od,const char *className,const QCString // g_args.resize(0); g_parmName.resize(0); g_parmType.resize(0); + if(!g_lexInit) + VhdlDocGen::init(); if (memberDef) { setParameterList(memberDef); |