doxygen-1.5.9-64archs
[platform/upstream/doxygen.git] / src / vhdlcode.h
1 #ifndef VHDLCODE_H
2 #define VHDLCODE_H
3
4 #include "qtbc.h"
5 #include <stdio.h>
6
7 class CodeOutputInterface;
8 class FileDef;
9 class MemberDef;
10
11 void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, 
12             bool ,const char *,FileDef *fd,
13             int startLine,int endLine,bool inlineFragment,
14             MemberDef *memberDef,bool showLineNumbers,Definition *searchCtx);
15 void resetVhdlCodeParserState();
16 void codeFreeVhdlScanner();
17
18 #endif