summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlcode.h')
-rw-r--r--src/vhdlcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdlcode.h b/src/vhdlcode.h
index 3865fc2..e5df98e 100644
--- a/src/vhdlcode.h
+++ b/src/vhdlcode.h
@@ -11,7 +11,7 @@ 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);
+ MemberDef *memberDef=0,bool showLineNumbers=TRUE);
void resetVhdlCodeParserState();
void codeFreeVhdlScanner();