File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ internal OpenApiGenerator(
47
47
}
48
48
49
49
/// <summary>
50
- /// Generates an <see cref="OpenApiPathItem "/> for a given <see cref="Endpoint" />.
50
+ /// Generates an <see cref="OpenApiOperation "/> for a given <see cref="Endpoint" />.
51
51
/// </summary>
52
52
/// <param name="methodInfo">The <see cref="MethodInfo"/> associated with the route handler of the endpoint.</param>
53
53
/// <param name="metadata">The endpoint <see cref="EndpointMetadataCollection"/>.</param>
54
54
/// <param name="pattern">The route pattern.</param>
55
- /// <returns>An <see cref="OpenApiPathItem "/> annotation derived from the given inputs.</returns>
55
+ /// <returns>An <see cref="OpenApiOperation "/> annotation derived from the given inputs.</returns>
56
56
internal OpenApiOperation ? GetOpenApiOperation (
57
57
MethodInfo methodInfo ,
58
58
EndpointMetadataCollection metadata ,
You can’t perform that action at this time.
0 commit comments