Skip to content

Commit

Permalink
Merge pull request #2146 from GitHubPang/patch-1
Browse files Browse the repository at this point in the history
Fix typo in XML comment in SwaggerGenOptionsExtensions.cs
  • Loading branch information
domaindrivendev committed Jun 24, 2021
2 parents 2fc1ac3 + c12385d commit 21391c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public static void SupportNonNullableReferenceTypes(this SwaggerGenOptions swagg
/// Inject human-friendly descriptions for Operations, Parameters and Schemas based on XML Comment files
/// </summary>
/// <param name="swaggerGenOptions"></param>
/// <param name="filePath">An abolsute path to the file that contains XML Comments</param>
/// <param name="filePath">An absolute path to the file that contains XML Comments</param>
/// <param name="includeControllerXmlComments">
/// Flag to indicate if controller XML comments (i.e. summary) should be used to assign Tag descriptions.
/// Don't set this flag if you're customizing the default tag for operations via TagActionsBy.
Expand Down

0 comments on commit 21391c2

Please sign in to comment.