summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-02-24 18:57:25 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-02-24 18:57:25 (GMT)
commit837e4e86e7d2735cd7106efec6e4512db82d5e7a (patch)
tree81d72027898b1a75221b9ca82b04075277821a9f /src/pre.l
parentfa7e820834f7e7648a24accbbaa998092034c80f (diff)
downloadDoxygen-837e4e86e7d2735cd7106efec6e4512db82d5e7a.zip
Doxygen-837e4e86e7d2735cd7106efec6e4512db82d5e7a.tar.gz
Doxygen-837e4e86e7d2735cd7106efec6e4512db82d5e7a.tar.bz2
Release-1.2.14-20020224
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 377863e..6b8b20d 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1578,8 +1578,8 @@ BN [ \t\r\n]
g_defText+=yytext;
g_defLitText+=yytext;
}
-<DefineText>"/*" {
- outputChar('/');outputChar('*');
+<DefineText>"/*"|"/**<"|"/*!<" {
+ outputArray(yytext,yyleng);
g_defText+=' ';
g_defLitText+=' ';
g_lastCContext=YY_START;