summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index d224600..3284e57 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2381,7 +2381,8 @@ static bool handleInternal(const QCString &)
}
else
{
- //addOutput("\\internal ");
+ // re-enabled for bug640828
+ addOutput("\\internal ");
}
return FALSE;
}