Skip to content

Commit ec6f531

Browse files
authored
Merge pull request doxygen#12102 from albert-github/feature/bug_spell_20260429
Removed debug text
2 parents 2292c60 + 7c1c0b7 commit ec6f531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)