Skip to content

Commit

Permalink
Fix xml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Jun 18, 2020
1 parent 1dbcf73 commit a3b278f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static class OpenApiClaimsServiceCollectionExtensions
/// See <see cref="RoleBasedOpenApiAccessControlPolicy"/> for details on how this works.
/// </para>
/// <para>
/// You will typically use <see cref="ClaimsClientServiceCollectionExtensions.AddClaimsClient(IServiceCollection, Uri, string)"/>
/// You will typically use <see cref="ClaimsClientServiceCollectionExtensions.AddClaimsClient(IServiceCollection, Func{IServiceProvider, ClaimsClientOptions})"/>
/// to configure the <see cref="IClaimsService"/> that this requires.
/// </para>
/// </remarks>
Expand Down Expand Up @@ -81,7 +81,7 @@ public static IServiceCollection AddClaimsClientRoleBasedOpenApiAccessControl(
/// See <see cref="RoleBasedOpenApiAccessControlPolicy"/> for details on how this works.
/// </para>
/// <para>
/// You will typically use <see cref="ClaimsClientServiceCollectionExtensions.AddClaimsClient(IServiceCollection, Uri, string)"/>
/// You will typically use <see cref="ClaimsClientServiceCollectionExtensions.AddClaimsClient(IServiceCollection, Func{IServiceProvider, ClaimsClientOptions})"/>
/// to configure the <see cref="IClaimsService"/> that this requires.
/// </para>
/// </remarks>
Expand Down

0 comments on commit a3b278f

Please sign in to comment.