Skip to content

Commit b7917af

Browse files
authored
fix: warning message about missing return description
1 parent be24cfe commit b7917af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Metadata/Finalizers/JavadocFinalizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ warnNoParamDocs(FunctionInfo const& I)
17921792
{
17931793
this->warn(
17941794
*getPrimaryLocation(I),
1795-
"{}: Missing documentation for return type",
1795+
"{}: Missing documentation for return value",
17961796
corpus_.Corpus::qualifiedName(I));
17971797
}
17981798
}

0 commit comments

Comments
 (0)