diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:26:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:26:45 (GMT) |
commit | e04496cb647291b94c0b27b8babb127a79803579 (patch) | |
tree | bec2e27efcff1ecb747c25b00bb9fea1e068d151 /src/pre.l | |
parent | 322885a8700a209812bf5a94205260c9bef6ac1f (diff) | |
download | Doxygen-e04496cb647291b94c0b27b8babb127a79803579.zip Doxygen-e04496cb647291b94c0b27b8babb127a79803579.tar.gz Doxygen-e04496cb647291b94c0b27b8babb127a79803579.tar.bz2 |
mods for doxygen-0.49-990522
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1160,11 +1160,11 @@ BN [ \t\r\n] <SkipCommand>. <SkipLine>[^/\n]+ <SkipLine>. -<SkipLine>"//" { +<SkipLine,SkipCommand,SkipCPPBlock>"//" { lastCPPContext=YY_START; BEGIN(RemoveCPPComment); } -<SkipLine>"/*" { +<SkipLine,SkipCommand,SkipCPPBlock>"/*" { lastCContext=YY_START; BEGIN(RemoveCComment); } |