diff -r 42188c7ea2d9 -r 82f11024044a Orb/Doxygen/src/scanner.l --- a/Orb/Doxygen/src/scanner.l Thu Jan 21 17:29:01 2010 +0000 +++ b/Orb/Doxygen/src/scanner.l Thu Mar 18 18:26:18 2010 +0000 @@ -2668,6 +2668,7 @@ current->bitfields+=*yytext; } [;,] { + //printf("scanner.l: [;,] name=%s, endBodyLine=%d\n", current->name.data(), current->endBodyLine); QCString oldType = current->type.copy(); if (current->bodyLine==-1) { @@ -2694,6 +2695,7 @@ current->section = Entry::VARIABLE_SEC ; current->fileName = yyFileName; current->startLine = yyLineNr; + //printf("scanner.l: [;,] file=%s line=%d\n", current->fileName.data(), current->startLine); current_root->addSubEntry( current ) ; needNewCurrent=TRUE; }