Orb/Doxygen/src/scanner.l
changeset 1 82f11024044a
parent 0 42188c7ea2d9
--- 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;
   					}
 <FindMembers>[;,]			{ 
+					  //printf("scanner.l: <FindMembers>[;,] 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: <FindMembers>[;,] file=%s line=%d\n", current->fileName.data(), current->startLine);
 					    current_root->addSubEntry( current ) ;
 					    needNewCurrent=TRUE;
 					  }