summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index fb0dcb7..6244f5a 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -805,12 +805,13 @@ void VHDLLanguageScanner::parseCode(CodeOutputInterface &codeOutIntf,
bool inlineFragment,
MemberDef *memberDef,
bool showLineNumbers,
- Definition *searchCtx
+ Definition *searchCtx,
+ bool collectXRefs
)
{
::parseVhdlCode(codeOutIntf,scopeName,input,isExampleBlock,exampleName,
fileDef,startLine,endLine,inlineFragment,memberDef,
- showLineNumbers,searchCtx);
+ showLineNumbers,searchCtx,collectXRefs);
}
/*