Skip to content

Commit dec0165

Browse files
ASP.NET Core does not collect metadata from XML doc comments.
1 parent 858fb42 commit dec0165

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnetcore/fundamentals/openapi/include-metadata.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ The following table provides an overview of the metadata collected and the strat
3333
| responses | [`[Produces]`](xref:Microsoft.AspNetCore.Mvc.ProducesAttribute) | <xref:Microsoft.AspNetCore.Http.OpenApiRouteHandlerBuilderExtensions.Produces%2A>, <xref:Microsoft.AspNetCore.Http.OpenApiRouteHandlerBuilderExtensions.ProducesProblem%2A> | <xref:Microsoft.AspNetCore.Http.TypedResults> |
3434
| Excluding endpoints | [`[ExcludeFromDescription]`](xref:Microsoft.AspNetCore.Routing.ExcludeFromDescriptionAttribute), [`[ApiExplorerSettings]`](xref:Microsoft.AspNetCore.Mvc.ApiExplorerSettingsAttribute) | <xref:Microsoft.AspNetCore.Http.OpenApiRouteHandlerBuilderExtensions.ExcludeFromDescription%2A> | |
3535

36-
ASP.NET Core does not collect metadata from XML doc comments.
37-
3836
The following sections demonstrate how to include metadata in an app to customize the generated OpenAPI document.
3937

4038
### Summary and description
@@ -677,4 +675,4 @@ A schema transformer can be used to override any default metadata or add additio
677675

678676
[!INCLUDE[](~/fundamentals/openapi/includes/include-metadata9.md)]
679677

680-
:::moniker-end
678+
:::moniker-end

0 commit comments

Comments
 (0)