Commit 855f19f1 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #99 from CraigNoble/master

Fix to VHDL scanner.
parents 56deb9cc 5ca7d423
......@@ -543,7 +543,7 @@ BR [ \t\n\r]
. { /* unknown characters */ }
<*>{BR}*"--!"[^{}\n]*[^\n]*\n/{B}*"--!" { // multi line comment
<*>{B}*"--!"[^{}\n]*[^\n]*\n/{B}*"--!" { // multi line comment
if (iDocLine==-1) iDocLine=yyLineNr;
QCString qc(vhdlscannerYYtext);
int len=qc.contains('\n')+yyLineNr-1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment