summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-31 19:04:17 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-01-31 19:04:17 (GMT)
commit14554037b9ac2b44bd187276ad528ba592f1c0eb (patch)
tree7689709d3ca6aeaa4e1050363182edf289c2d0cc /src/doctokenizer.l
parent6a83ef3ea19d4ace00dc96e34b056b7c8d30a2f4 (diff)
parent6009d380def9591a6747151a461ffcc3590fefb2 (diff)
downloadDoxygen-14554037b9ac2b44bd187276ad528ba592f1c0eb.zip
Doxygen-14554037b9ac2b44bd187276ad528ba592f1c0eb.tar.gz
Doxygen-14554037b9ac2b44bd187276ad528ba592f1c0eb.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/doctokenizer.l')
-rw-r--r--src/doctokenizer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 90f9846..5cf5f02 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -1227,7 +1227,7 @@ REFWORD_NOCV {FILEMASK}|{LABELID}|{REFWORD2_NOCV}|{REFWORD3}|{REFWORD4_NOCV}
/* State for the pass used to find the anchors and sections */
<St_Sections>[^\n@\\<]+
-<St_Sections>"@@"|"\\\\"|"@<"|"\\<"
+<St_Sections>{CMD}("<"|{CMD})
<St_Sections>"<"{CAPTION}({WS}+{ATTRIB})*">" {
QCString tag=yytext;
int s=tag.find("id=");