Orb/Doxygen/src/vhdlcode.h
changeset 3 d8fccb2cd802
parent 0 42188c7ea2d9
child 4 468f4c8d3d5b
equal deleted inserted replaced
2:932c358ece3e 3:d8fccb2cd802
       
     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=0,
       
    13             int startLine=-1,int endLine=-1,bool inlineFragment=FALSE,
       
    14             MemberDef *memberDef=0);
       
    15 void resetVhdlCodeParserState();
       
    16 void codeFreeVhdlScanner();
       
    17 
       
    18 #endif