summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-04-13 19:01:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-04-13 19:01:22 (GMT)
commitf08c77a2ead21877f1cbd49a5b325ab7be0fc599 (patch)
tree17a9c5d727d7c9aee93cdd92b7f832a4a09c1b2a /src/pre.l
parentcba24284923c7319c08926c3ba9cd20f3eee3fdf (diff)
downloadDoxygen-f08c77a2ead21877f1cbd49a5b325ab7be0fc599.zip
Doxygen-f08c77a2ead21877f1cbd49a5b325ab7be0fc599.tar.gz
Doxygen-f08c77a2ead21877f1cbd49a5b325ab7be0fc599.tar.bz2
Release-1.3.6-20040413
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pre.l b/src/pre.l
index 490f2f5..c57f35b 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1862,12 +1862,12 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
}
<DefineText>\\[\r]?\n {
g_defLitText+=yytext;
- outputChar('\n');
+ outputChar('\n');
g_defText += ' '; g_yyLineNr++;
}
<DefineText>\n {
- g_defLitText+=yytext;
QCString comment=extractTrailingComment(g_defLitText);
+ g_defLitText+=yytext;
if (!comment.isEmpty())
{
outputArray(comment,comment.length());