Skip to content

Commit

Permalink
Merge pull request #8906 from albert-github/feature/issue_8905
Browse files Browse the repository at this point in the history
issue #8905 Documentation: WARN_NO_PARAMDOC not disabled by EXTRACT_ALL?
  • Loading branch information
doxygen committed Nov 29, 2021
2 parents 408e935 + 0377430 commit 3d9881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memberdef.cpp
Expand Up @@ -3919,7 +3919,6 @@ static QCString stripTrailingReturn(const QCString &trailRet)

void MemberDefImpl::detectUndocumentedParams(bool hasParamCommand,bool hasReturnCommand) const
{
if (!Config_getBool(WARN_NO_PARAMDOC)) return;
QCString returnType = typeString();
bool isPython = getLanguage()==SrcLangExt_Python;
bool isFortran = getLanguage()==SrcLangExt_Fortran;
Expand Down Expand Up @@ -4003,6 +4002,7 @@ void MemberDefImpl::detectUndocumentedParams(bool hasParamCommand,bool hasReturn
)
)
{

warn_doc_error(getDefFileName(),getDefLine(),"documented empty return type of %s",
qPrint(qualifiedName()));
}
Expand Down

0 comments on commit 3d9881c

Please sign in to comment.