Skip to content

Commit 64d5266

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents 9d78352 + a635cf0 commit 64d5266

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

addon/doxywizard/translations.qrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/docparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ void DocParser::handleCite(DocNodeVariant *parent,DocNodeList &children)
11361136
tok=tokenizer.lex();
11371137
if (tok.is_any_of(TokenRetval::TK_NONE,TokenRetval::TK_EOF))
11381138
{
1139-
warn_doc_error(context.fileName,tokenizer.getLineNr(),"THE ONE unexpected end of comment block while parsing the "
1139+
warn_doc_error(context.fileName,tokenizer.getLineNr(),"unexpected end of comment block while parsing the "
11401140
"argument of command '\\{}'",context.token->name);
11411141
return;
11421142
}

0 commit comments

Comments
 (0)