Skip to content

Commit

Permalink
Tweaks to the expected results for XML comment formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Mar 8, 2016
1 parent df7938a commit 61ecf15
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ public class XMLCommentFormat
{
/// <summary>
/// Firsts the method. This method has a really long description that will cover over
/// multiple lines without any regard for the duration expected of a traditional comment
/// that has more respect for being at a reasonable length instead of an exceedingly long length.
/// multiple lines without any regard for the duration expected of a traditional comment that
/// has more respect for being at a reasonable length instead of an exceedingly long length.
/// </summary>
/// <param name="param1">The first parameter.</param>
/// <param name="param2">The second parameter.</param>
Expand All @@ -20,8 +20,8 @@ public bool FirstMethod(string param1, string param2)
/// that will exceed the line boundary.
/// </summary>
/// <remarks>
/// A remarks section that has a very long description that just goes on for a long period
/// of time that will exceed the line boundary.
/// A remarks section that has a very long description that just goes on for a long period of
/// time that will exceed the line boundary.
/// </remarks>
/// <example>
/// An example that has a very long description that just goes on for a long period of time
Expand All @@ -36,8 +36,8 @@ public bool FirstMethod(string param1, string param2)
/// of time that will exceed the line boundary.
/// </returns>
/// <exception cref="ArgumentNullException">
/// An exception that has a very long description that just goes on for a long period of
/// time that will exceed the line boundary.
/// An exception that has a very long description that just goes on for a long period of time
/// that will exceed the line boundary.
/// </exception>
public bool SecondMethod(bool isParam)
{
Expand Down

0 comments on commit 61ecf15

Please sign in to comment.