summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-08-06 18:18:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-06 18:18:02 (GMT)
commit69af1c8a96c30da8ac4f1d4a14c3b2fe2ef8e0e9 (patch)
tree1785127112a09a1004811246251c7e0510517817 /src/commentscan.l
parent496c3bb525b617d8cfce69e6a0c1a479b323e127 (diff)
downloadDoxygen-69af1c8a96c30da8ac4f1d4a14c3b2fe2ef8e0e9.zip
Doxygen-69af1c8a96c30da8ac4f1d4a14c3b2fe2ef8e0e9.tar.gz
Doxygen-69af1c8a96c30da8ac4f1d4a14c3b2fe2ef8e0e9.tar.bz2
Brief description did not appear in the page index, when a page did not have any details.
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 386a1d5..ff766f1 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2848,7 +2848,8 @@ bool parseCommentBlock(/* in */ ParserInterface *parser,
if (parseMore) position=inputPosition; else position=0;
lineNr = yyLineNr;
- //printf("position=%d parseMore=%d\n",position,parseMore);
+ //printf("position=%d parseMore=%d newEntryNeeded=%d\n",
+ // position,parseMore,newEntryNeeded);
return parseMore;
}