summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-08-25 11:45:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-08-25 11:45:32 (GMT)
commitab2543160a96dae45f256daaeca7e093f65db6ad (patch)
tree1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/doctokenizer.l
parent2e1a370214bb47d28fed954396330ab2e33bc5a4 (diff)
downloadDoxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.zip
Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.gz
Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.bz2
Release-1.6.1
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 399371e..cc9fbad 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -725,7 +725,7 @@ REFWORD ("#"|"::")?({ID}{TEMPLPART}?("."|"#"|"::"|"-"|"/"))*({ID}(":")?){FUNCA
unput(' ');
return 0;
}
-<St_Ref>{WS}+"\"" { // white space following by quoted string
+<St_Ref>{WS}+"\""{WS}* { // white space following by quoted string
BEGIN(St_Ref2);
}
<St_Ref>\n { // new line