author | Michel Szarindar <Michel.Szarindar@Nokia.com> |
Thu, 18 Mar 2010 18:26:18 +0000 | |
changeset 1 | 82f11024044a |
parent 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