summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-13 17:26:00 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-13 17:26:00 (GMT)
commitf97a27a623aa6b8bfd8371630acf3b58efec251f (patch)
treee74e4a8d2b3a92ce8032ad6114a63f1ddb8fed48 /src/commentcnv.l
parentbc6161ea636d54342e82f1f96b8d534dbd99c78b (diff)
downloadDoxygen-f97a27a623aa6b8bfd8371630acf3b58efec251f.zip
Doxygen-f97a27a623aa6b8bfd8371630acf3b58efec251f.tar.gz
Doxygen-f97a27a623aa6b8bfd8371630acf3b58efec251f.tar.bz2
Release-1.3.8-20040913
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 0f9f956..76c624f 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -252,7 +252,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^' \\\n]{1,4}"'"))
}
<SComment>\n[ \t]*"//!" |
<SComment>\n[ \t]*"//!<"/.*\n |
-<SComment>\n[ \t]*"//!"[^<]/.*\n {
+<SComment>\n[ \t]*"//!"[^<\n]/.*\n {
replaceComment(1);
g_readLineCtx=YY_START;
BEGIN(ReadLine);