diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-11-18 21:43:28 (GMT) |
commit | fee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch) | |
tree | 94365b932426de715b3a479094b7056e0c4f878b /src/vhdlcode.l | |
parent | ceb4115c7b941039411e1793e01239610ff112a2 (diff) | |
download | Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2 |
Release-1.8.2-20121118
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r-- | src/vhdlcode.l | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l index 22df1c1..b3d24d1 100644 --- a/src/vhdlcode.l +++ b/src/vhdlcode.l @@ -15,8 +15,7 @@ /****************************************************************************** * Parser for syntax hightlighting and references for vhdl subset * written by M. Kreis - * supports VHDL-87 - * does not support VHDL-AMS + * supports VHDL-87/93/2008 ******************************************************************************/ %{ @@ -31,7 +30,6 @@ #include <qdir.h> #include <qstringlist.h> -#include "qtbc.h" #include "entry.h" #include "doxygen.h" #include "message.h" @@ -41,6 +39,9 @@ #include "searchindex.h" #include "vhdldocgen.h" #include "arguments.h" +#include "config.h" +#include "classdef.h" +#include "filedef.h" #define YY_NEVER_INTERACTIVE 1 #define YY_NO_INPUT 1 |