equal
deleted
inserted
replaced
690 if (oldContext!=inContext) |
690 if (oldContext!=inContext) |
691 { |
691 { |
692 stripTrailingWhiteSpace(current->doc); |
692 stripTrailingWhiteSpace(current->doc); |
693 if (current->docFile.isEmpty()) |
693 if (current->docFile.isEmpty()) |
694 { |
694 { |
|
695 //printf("Setting docFile to %s\n", yyFileName.data()); |
695 current->docFile = yyFileName; |
696 current->docFile = yyFileName; |
696 current->docLine = yyLineNr; |
697 current->docLine = yyLineNr; |
697 } |
698 } |
698 } |
699 } |
699 pOutputString = ¤t->doc; |
700 pOutputString = ¤t->doc; |
2385 /* out */ bool &newEntryNeeded |
2386 /* out */ bool &newEntryNeeded |
2386 ) |
2387 ) |
2387 { |
2388 { |
2388 //printf("parseCommentBlock() isBrief=%d isAutoBriefOn=%d lineNr=%d\n", |
2389 //printf("parseCommentBlock() isBrief=%d isAutoBriefOn=%d lineNr=%d\n", |
2389 // isBrief,isAutoBriefOn,lineNr); |
2390 // isBrief,isAutoBriefOn,lineNr); |
2390 |
2391 //printf("parseCommentBlock() lineNr=%d file=%s\n", lineNr, fileName.data()); |
2391 initParser(); |
2392 initParser(); |
2392 guards.setAutoDelete(TRUE); |
2393 guards.setAutoDelete(TRUE); |
2393 guards.clear(); |
2394 guards.clear(); |
2394 langParser = parser; |
2395 langParser = parser; |
2395 current = curEntry; |
2396 current = curEntry; |