Skip to content

Commit

Permalink
Fixed xml doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed May 19, 2016
1 parent c4dba21 commit 80d751b
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 610 deletions.
2 changes: 1 addition & 1 deletion src/NSwag.Core/SwaggerParameterCollectionFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public enum SwaggerParameterCollectionFormat
[EnumMember(Value = "pipes")]
Pipes,

/// <summary>Corresponds to multiple parameter instances instead of multiple values for a single instance "foo=bar&foo=baz".</summary>
/// <summary>Corresponds to multiple parameter instances instead of multiple values for a single instance "foo=bar&amp;foo=baz".</summary>
[EnumMember(Value = "multi")]
Multi
}
Expand Down
Loading

0 comments on commit 80d751b

Please sign in to comment.