diff --git a/aspnetcore/fundamentals/openapi/include-metadata.md b/aspnetcore/fundamentals/openapi/include-metadata.md index dd93e53ab704..1f505626f3e8 100644 --- a/aspnetcore/fundamentals/openapi/include-metadata.md +++ b/aspnetcore/fundamentals/openapi/include-metadata.md @@ -33,7 +33,7 @@ The following table provides an overview of the metadata collected and the strat | responses | [`[Produces]`](xref:Microsoft.AspNetCore.Mvc.ProducesAttribute) | , | | | Excluding endpoints | [`[ExcludeFromDescription]`](xref:Microsoft.AspNetCore.Routing.ExcludeFromDescriptionAttribute), [`[ApiExplorerSettings]`](xref:Microsoft.AspNetCore.Mvc.ApiExplorerSettingsAttribute) | | | -ASP.NET Core does not collect metadata from XML doc comments. +ASP.NET Core can also collect metadata from XML doc comments. For more information, see for more details. The following sections demonstrate how to include metadata in an app to customize the generated OpenAPI document. @@ -677,4 +677,4 @@ A schema transformer can be used to override any default metadata or add additio [!INCLUDE[](~/fundamentals/openapi/includes/include-metadata9.md)] -:::moniker-end \ No newline at end of file +:::moniker-end