diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-31 20:12:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-15 08:47:58 (GMT) |
commit | bd76ec600742936e6373ccbcdfc19966b44cb3ec (patch) | |
tree | 54abe9cfcb619e333e71cc2e9571eea244908150 /src/vhdlscanner.l | |
parent | 438375840da2b1ea19126f8d4b53f0bc71c62a68 (diff) | |
download | Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.zip Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.tar.gz Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.tar.bz2 |
Bug 701314 - URLs are not created on C# classes in some cases
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r-- | src/vhdlscanner.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l index 934a985..d114218 100644 --- a/src/vhdlscanner.l +++ b/src/vhdlscanner.l @@ -796,6 +796,7 @@ void VHDLLanguageScanner::parseInput(const char *fileName, void VHDLLanguageScanner::parseCode(CodeOutputInterface &codeOutIntf, const char *scopeName, const QCString &input, + SrcLangExt lang, bool isExampleBlock, const char *exampleName, FileDef *fileDef, |