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
void codeFreeVhdlScanner()
Definition: vhdlcode.cpp:22070
void parseVhdlCode(CodeOutputInterface &, const char *, const QCString &, bool, const char *, FileDef *fd, int startLine, int endLine, bool inlineFragment, MemberDef *memberDef, bool showLineNumbers, Definition *searchCtx, bool collectXRefs)
Definition: vhdlcode.cpp:21974
void resetVhdlCodeParserState()
Definition: vhdlcode.cpp:21968
bool collectXRefs