Skip to content

Commit 7b8c31d

Browse files
committed
full doc
1 parent bf9df99 commit 7b8c31d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/XmlCommentHelper.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ internal static string GetText(XmlTextSyntax textElement, bool normalizeWhitespa
317317
/// <summary>
318318
/// Append to StringBuilder and perform white space normalization.
319319
/// </summary>
320+
/// <param name="builder">StringBuilder to append to.</param>
321+
/// <param name="text">String to append.</param>
322+
/// <param name="normalizeWhitespace">Normalize flag.</param>
323+
/// <param name="lastWhitespace">last char is white space flag.</param>
320324
/// <returns>True if output is different.</returns>
321325
internal static bool AppendNormalize(this StringBuilder builder, string text, bool normalizeWhitespace, ref bool lastWhitespace)
322326
{

0 commit comments

Comments
 (0)