summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-17 19:51:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-02-17 19:51:57 (GMT)
commitbf0e769bd9771d0a930261f570bafb1a828692aa (patch)
tree943bc27c51355e4f131099a19722a00be03f660a /src/scanner.l
parentaf363c50c64268f473aa5b595a0379f8590c4759 (diff)
parent64ac36480f407145d8fe1e96ea4cf8f7e30285d5 (diff)
downloadDoxygen-bf0e769bd9771d0a930261f570bafb1a828692aa.zip
Doxygen-bf0e769bd9771d0a930261f570bafb1a828692aa.tar.gz
Doxygen-bf0e769bd9771d0a930261f570bafb1a828692aa.tar.bz2
Merge branch 'feature/bug_136299' of https://github.com/albert-github/doxygen into albert-github-feature/bug_136299
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 6633098..9b3d3f3 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -6732,7 +6732,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
}
<DocCopyBlock><<EOF>> {
warn(yyFileName,yyLineNr,
- "reached end of file while inside a %s block!\n"
+ "reached end of file while inside a `%s' block!\n"
"The command that should end the block seems to be missing!\n",
docBlockName.data());
yyterminate();