summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlcode.h')
-rw-r--r--src/vhdlcode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdlcode.h b/src/vhdlcode.h
index e5df98e..362b79d 100644
--- a/src/vhdlcode.h
+++ b/src/vhdlcode.h
@@ -9,9 +9,9 @@ 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,bool showLineNumbers=TRUE);
+ bool ,const char *,FileDef *fd,
+ int startLine,int endLine,bool inlineFragment,
+ MemberDef *memberDef,bool showLineNumbers,Definition *searchCtx);
void resetVhdlCodeParserState();
void codeFreeVhdlScanner();