File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313#define MRDOCS_API_SUPPORT_STRING_HPP
1414
1515#include < mrdocs/Platform.hpp>
16- #include < cctype>
1716#include < string>
1817#include < string_view>
1918
Original file line number Diff line number Diff line change 2525#include < clang/Lex/Lexer.h>
2626#include < clang/Basic/SourceLocation.h>
2727#include " lib/AST/ParseRef.hpp"
28+ #include < cctype>
2829
2930#ifdef _MSC_VER
3031#pragma warning(push)
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments