summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-03-22 18:12:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-03-22 18:12:52 (GMT)
commit15b93a26e99289cf0ac929e8a8fd64224f808460 (patch)
treecee7a0f1c491bcae927734740db5a669396cd5d2 /src
parent33688c08b86b8e96e14c8e33276ba42a0c2db041 (diff)
parente4c0036962d8fa0ea9c1e38dbdb5e91168201f22 (diff)
downloadDoxygen-15b93a26e99289cf0ac929e8a8fd64224f808460.zip
Doxygen-15b93a26e99289cf0ac929e8a8fd64224f808460.tar.gz
Doxygen-15b93a26e99289cf0ac929e8a8fd64224f808460.tar.bz2
Merge pull request #320 from albert-github/feature/bug_nested_comment
Bug 746614 - Bogus warning regarding nested comments
Diffstat (limited to 'src')
-rw-r--r--src/commentcnv.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 8c73ecb..979e6ee 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -1028,6 +1028,7 @@ void convertCppComments(BufStr *inBuf,BufStr *outBuf,const char *fileName)
"Nesting level %d %s",g_nestingCount+1,tmp.data()); // add one for "normal" expected end of comment
}
g_commentStack.clear();
+ g_nestingCount = 0;
if (Debug::isFlagSet(Debug::CommentCnv))
{
g_outBuf->at(g_outBuf->curPos())='\0';