Skip to content

Commit

Permalink
Merge pull request #123 from NSwag/master
Browse files Browse the repository at this point in the history
Fixed xml doc
  • Loading branch information
RicoSuter committed May 19, 2016
2 parents d082b7f + 80d751b commit 8cb870a
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
@@ -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
}
Loading

0 comments on commit 8cb870a

Please sign in to comment.