summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-08-21 12:25:05 (GMT)
committerGitHub <noreply@github.com>2018-08-21 12:25:05 (GMT)
commite93792d42eb5aecefc5fba1af431526d02f62070 (patch)
tree21c559775aa12a59cda9cdea18d033aecd61d0bd /src/pyscanner.l
parent2863c7e0f3d88cb367ff5ecd79976b169c3322dc (diff)
downloadDoxygen-e93792d42eb5aecefc5fba1af431526d02f62070.zip
Doxygen-e93792d42eb5aecefc5fba1af431526d02f62070.tar.gz
Doxygen-e93792d42eb5aecefc5fba1af431526d02f62070.tar.bz2
Update pyscanner.l
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 4718e3b..2adf632 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -1508,7 +1508,7 @@ STARTDOCSYMS "##"
\\. { // espaced char
addToString(yytext);
}
- "\"\"\"" { // tripple double quotes
+ "\"\"\"" { // triple double quotes
addToString(yytext);
}
"'" { // end of the string
@@ -1531,7 +1531,7 @@ STARTDOCSYMS "##"
\\. { // espaced char
addToString(yytext);
}
- "'''" { // tripple single quotes
+ "'''" { // triple single quotes
addToString(yytext);
}
"\"" { // end of the string