summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-06 16:40:33 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-06 16:40:33 (GMT)
commitf96507054f1af54bee57734ec3d9a25b821feb27 (patch)
tree2449d37fd066d4f7703d050f1b2961632e97bdb1 /src/commentcnv.l
parenta5c248364478e289dc2173bce8d9b2e26d98177a (diff)
downloadDoxygen-f96507054f1af54bee57734ec3d9a25b821feb27.zip
Doxygen-f96507054f1af54bee57734ec3d9a25b821feb27.tar.gz
Doxygen-f96507054f1af54bee57734ec3d9a25b821feb27.tar.bz2
Regression: python file with comment caused "Reached end of file while still inside a comment" warning.
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 031b6f5..a5dd0af 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -650,6 +650,7 @@ void replaceComment(int offset);
}
else
{
+ g_nestingCount--;
g_pythonDocString = FALSE;
copyToOutput(yytext,(int)yyleng);
BEGIN(Scan);