Imported Upstream version 1.8.8
[platform/upstream/doxygen.git] / vhdlparser / VhdlParserIF.h
1 #ifndef VHDLPARSERIF
2 #define VHDLPARSERIF
3
4 #include "VhdlParser.h"
5
6 class VhdlParserIF
7 {
8   public:
9   static void  parseVhdlfile(const char* inputBuffer,bool inLine);
10
11 };
12 #endif