summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-09-27 19:20:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-09-27 19:20:12 (GMT)
commitb3063065e56a63056b094b58a883856267e32db3 (patch)
tree5485e95b8a8a758f2d0d0a39e611d4d9b1ad519b /src/doctokenizer.l
parentba7233b1be8545e619d80a62dd274521392fbe1f (diff)
downloadDoxygen-b3063065e56a63056b094b58a883856267e32db3.zip
Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.gz
Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.bz2
Release-1.4.4-20050927
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 86889dc..6b5db59 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -337,7 +337,7 @@ HTMLKEYL "strong"|"center"|"table"|"caption"|"small"|"code"|"dfn"|"var"|"img"|"
HTMLKEYU "STRONG"|"CENTER"|"TABLE"|"CAPTION"|"SMALL"|"CODE"|"DFN"|"VAR"|"IMG"|"PRE"|"SUB"|"SUP"|"TR"|"TD"|"TH"|"OL"|"UL"|"LI"|"TT"|"KBD"|"EM"|"HR"|"DL"|"DT"|"DD"|"BR"|"I"|"A"|"B"|"P"
HTMLKEYW {HTMLKEYL}|{HTMLKEYU}
LABELID [a-z_A-Z][a-z_A-Z0-9\-]*
-REFWORD ("#"|"::")?({ID}("."|"#"|"::"|"-"))*({ID}(":")?){FUNCARG}?
+REFWORD ("#"|"::")?({ID}("."|"#"|"::"|"-"|"/"))*({ID}(":")?){FUNCARG}?
%option noyywrap
%option yylineno