summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-05-26 19:08:11 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-05-26 19:08:11 (GMT)
commit62039dd46dfca33a45f5461a3732b3a707e4ce8b (patch)
treed4b609faf73bfab7a9ddbbbeceb63eb296ce6243 /src/pre.l
parent820c90090848a96b959c562209bc3242fee58a53 (diff)
downloadDoxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.zip
Doxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.tar.gz
Doxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.tar.bz2
Release-1.3.7-20040526
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pre.l b/src/pre.l
index c57f35b..847d8db 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1871,6 +1871,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
if (!comment.isEmpty())
{
outputArray(comment,comment.length());
+ g_defLitText=g_defLitText.left(g_defLitText.length()-comment.length()-1);
}
outputChar('\n');
Define *def=0;