summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-12-08 11:51:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-12-08 11:51:35 (GMT)
commit6204682e5f23d154bade70d60f5989424f057ce6 (patch)
tree6f69ccb10d375f9c1bc5ddd093f84e39a2e4f1fd /src
parent9fd2c403c0e2b0c44a0bb1c5feb05ac9bbd353fe (diff)
downloadDoxygen-6204682e5f23d154bade70d60f5989424f057ce6.zip
Doxygen-6204682e5f23d154bade70d60f5989424f057ce6.tar.gz
Doxygen-6204682e5f23d154bade70d60f5989424f057ce6.tar.bz2
Fixed bug in handling sections
Diffstat (limited to 'src')
-rw-r--r--src/doctokenizer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 063d78e..c65f9b8 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -754,7 +754,7 @@ LABELID [a-z_A-Z][a-z_A-Z0-9\-]*
BEGIN(St_Sections);
}
}
-<St_SecSkip>[^a-z_A-Z0-9\-]+
+<St_SecSkip>[^a-z_A-Z0-9\-\\\@]+
<St_SecSkip>.
<St_SecSkip>\n
<St_Sections>.