Skip to content

Commit

Permalink
Documenting parameter of function without parameters
Browse files Browse the repository at this point in the history
Incorrect argument of warn function (reported by clang)
  • Loading branch information
albert-github committed Aug 8, 2022
1 parent 14a1de1 commit f8daa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docparser.cpp
Expand Up @@ -378,8 +378,8 @@ void DocParser::checkUnOrMultipleDocumentedParams()
warn_doc_error(context.memberDef->docFile(),
context.memberDef->docLine(),
"%s",
QCString(context.memberDef->qualifiedName()) +
" has @param documentation sections but no arguments");
qPrint(context.memberDef->qualifiedName() +
" has @param documentation sections but no arguments"));
}
}
}
Expand Down

0 comments on commit f8daa62

Please sign in to comment.