summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-06-14 20:17:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-06-15 08:47:58 (GMT)
commite590d56be170c6c6700b7838b601b29399aebc98 (patch)
tree196b5990f272a80282a90210bedf3e5456100709 /src/vhdlscanner.l
parentbd76ec600742936e6373ccbcdfc19966b44cb3ec (diff)
downloadDoxygen-e590d56be170c6c6700b7838b601b29399aebc98.zip
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.gz
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.bz2
Fixed type in function name
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index d114218..fb0dcb7 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -796,7 +796,7 @@ void VHDLLanguageScanner::parseInput(const char *fileName,
void VHDLLanguageScanner::parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
const QCString &input,
- SrcLangExt lang,
+ SrcLangExt /*lang*/,
bool isExampleBlock,
const char *exampleName,
FileDef *fileDef,