author | szarinda <> |
Thu, 21 Jan 2010 17:29:01 +0000 | |
changeset 0 | 42188c7ea2d9 |
child 4 | 468f4c8d3d5b |
permissions | -rw-r--r-- |
#ifndef VHDLCODE_H #define VHDLCODE_H #include "qtbc.h" #include <stdio.h> class CodeOutputInterface; class FileDef; class MemberDef; void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, bool ,const char *,FileDef *fd=0, int startLine=-1,int endLine=-1,bool inlineFragment=FALSE, MemberDef *memberDef=0); void resetVhdlCodeParserState(); void codeFreeVhdlScanner(); #endif