00001 #ifndef VHDLCODE_H 00002 #define VHDLCODE_H 00003 00004 #include "qtbc.h" 00005 #include <stdio.h> 00006 00007 class CodeOutputInterface; 00008 class FileDef; 00009 class MemberDef; 00010 00011 void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, 00012 bool ,const char *,FileDef *fd=0, 00013 int startLine=-1,int endLine=-1,bool inlineFragment=FALSE, 00014 MemberDef *memberDef=0); 00015 void resetVhdlCodeParserState(); 00016 void codeFreeVhdlScanner(); 00017 00018 #endif