Skip to content

Commit 3d8fb77

Browse files
authored
Inheritdoc for ApiDescription (#5064)
1 parent 3708967 commit 3d8fb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NSwag.Generation.AspNetCore/AspNetCoreOperationProcessorContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public AspNetCoreOperationProcessorContext(
3939
{
4040
}
4141

42-
/// <summary>The <see cref="Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription"/>.</summary>
42+
/// <inheritdoc cref="Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription"/>
4343
public ApiDescription ApiDescription { get; set; }
4444
}
4545
}

0 commit comments

Comments
 (0)