My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vhdlcode.h
Go to the documentation of this file.
1 #ifndef VHDLCODE_H
2 #define VHDLCODE_H
3 
5 class FileDef;
6 class MemberDef;
7 
8 void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &,
9  bool ,const char *,FileDef *fd,
10  int startLine,int endLine,bool inlineFragment,
11  MemberDef *memberDef,bool showLineNumbers,Definition *searchCtx,
12  bool collectXRefs);
14 void codeFreeVhdlScanner();
15 
16 #endif