Skip to content

Commit 33dfcce

Browse files
committed
Remove redundant xml doc parameter
1 parent 56a8138 commit 33dfcce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CommandLine/Text/HelpText.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ public SentenceBuilder SentenceBuilder
306306
/// <param name='onExample'>A delegate used to customize <see cref="CommandLine.Text.Example"/> model used to render text block of usage examples.</param>
307307
/// <param name="verbsIndex">If true the output style is consistent with verb commands (no dashes), otherwise it outputs options.</param>
308308
/// <param name="maxDisplayWidth">The maximum width of the display.</param>
309-
/// <param name="comparison">a comparison lambda to order options in help text</param>
310309
/// <remarks>The parameter <paramref name="verbsIndex"/> is not ontly a metter of formatting, it controls whether to handle verbs or options.</remarks>
311310
public static HelpText AutoBuild<T>(
312311
ParserResult<T> parserResult,

0 commit comments

Comments
 (0)