summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-09-18 17:39:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-09-18 17:39:53 (GMT)
commit047ff890c6a53d02ffc96712f8e6dac03fdf3e04 (patch)
treee4abb0a58327033c27ca0d3f3c19cb9284f734a7 /src/scanner.l
parentd05ad6292c701a8d10a3cc2d855b8e7e8e29397a (diff)
downloadDoxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.zip
Doxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.tar.gz
Doxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.tar.bz2
Release-1.2.18
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index d4754fa..1d7eec8 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -4295,7 +4295,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
<Doc,ClassDoc,PageDoc,ExampleDoc,AfterDoc>"\\"[a-z_A-Z][a-z_A-Z0-9]*[\\] { // directory type of text
current->doc+=yytext;
}
-<Doc,ClassDoc,PageDoc,ExampleDoc,AfterDoc,CopyArgComment>{CMD}[a-z_A-Z][a-z_A-Z0-9]* {
+<Doc,ClassDoc,PageDoc,ExampleDoc,AfterDoc,CopyArgComment,SkipSection>{CMD}[a-z_A-Z][a-z_A-Z0-9]* {
bool handled=FALSE;
if ( useOverrideCommands)
{