summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-12-06 18:20:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-12-06 18:20:45 (GMT)
commitb6ef778f99fb691dc98832a43bd14cbd7e23d820 (patch)
treedb6a4cf330b3c7b7dc387321cabe709ba675e957 /src/commentcnv.l
parent02aa9b678dbeb1867c68278045b28d7bc1683f7c (diff)
downloadDoxygen-b6ef778f99fb691dc98832a43bd14cbd7e23d820.zip
Doxygen-b6ef778f99fb691dc98832a43bd14cbd7e23d820.tar.gz
Doxygen-b6ef778f99fb691dc98832a43bd14cbd7e23d820.tar.bz2
Doxygen-1.3.9.1-20041206
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index d7d04a7..dc152a1 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -188,6 +188,7 @@ static QCString handleCondCmdInAliases(const QCString &s)
}
else // get argument
{
+ ep=sp;
while ((c=*arg) && isId(c)) arg++,ep++;
if (ep>sp)
{
@@ -195,6 +196,9 @@ static QCString handleCondCmdInAliases(const QCString &s)
//printf("Found conditional section id %s\n",id.data());
startCondSection(id);
}
+ else // invalid identifier
+ {
+ }
}
p=ep;
}