Skip to content

Commit 6c6ad6d

Browse files
committed
Replace summary text
1 parent 65077bc commit 6c6ad6d

33 files changed

+39
-65
lines changed

src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConsoleColorCmdlet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class ConsoleColorCmdlet : PSCmdlet
1515
{
1616
/// <summary>
1717
/// Initializes a new instance of the <see cref="ConsoleColorCmdlet"/> class.
18-
/// Default ctor.
1918
/// </summary>
2019
public ConsoleColorCmdlet()
2120
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/CsvCommands.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,6 @@ internal class ExportCsvHelper : IDisposable
884884

885885
/// <summary>
886886
/// Initializes a new instance of the <see cref="ExportCsvHelper"/> class.
887-
/// Create ExportCsvHelper instance.
888887
/// </summary>
889888
/// <param name="delimiter">Delimiter char.</param>
890889
/// <param name="quoteKind">Kind of quoting.</param>

src/Microsoft.PowerShell.Commands.Utility/commands/utility/CustomSerialization.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ internal class CustomSerialization
3939

4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="CustomSerialization"/> class.
42-
/// Constructor.
4342
/// </summary>
4443
/// <param name="writer">
4544
/// writer to be used for serialization.
@@ -76,7 +75,6 @@ internal CustomSerialization(XmlWriter writer, bool notypeinformation, int depth
7675

7776
/// <summary>
7877
/// Initializes a new instance of the <see cref="CustomSerialization"/> class.
79-
/// Constructor.
8078
/// </summary>
8179
/// <param name="writer">
8280
/// writer to be used for serialization.
@@ -211,7 +209,6 @@ internal class
211209

212210
/// <summary>
213211
/// Initializes a new instance of the <see cref="CustomInternalSerializer"/> class.
214-
/// Constructor.
215212
/// </summary>
216213
/// <param name="writer">
217214
/// Xml writer to be used.

src/Microsoft.PowerShell.Commands.Utility/commands/utility/EnableDisableRunspaceDebugCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public sealed class PSRunspaceDebug
5252

5353
/// <summary>
5454
/// Initializes a new instance of the <see cref="PSRunspaceDebug"/> class.
55-
/// Constructor.
5655
/// </summary>
5756
/// <param name="enabled">Enable debugger option.</param>
5857
/// <param name="breakAll">BreakAll option.</param>

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutGridViewCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public class OutGridViewCommand : PSCmdlet, IDisposable
5555

5656
/// <summary>
5757
/// Initializes a new instance of the <see cref="OutGridViewCommand"/> class.
58-
/// Constructor for OutGridView.
5958
/// </summary>
6059
public OutGridViewCommand()
6160
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-list/Format-List.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ namespace Microsoft.PowerShell.Commands
1414
public class FormatListCommand : OuterFormatTableAndListBase
1515
{
1616
/// <summary>
17-
/// Initializes a new instance of the <see cref="FormatListCommand"/> class.
18-
/// Constructor to set the inner command.
17+
/// Initializes a new instance of the <see cref="FormatListCommand"/> class
18+
/// and sets the inner command.
1919
/// </summary>
2020
public FormatListCommand()
2121
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-object/Format-Object.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ namespace Microsoft.PowerShell.Commands
1414
public class FormatCustomCommand : OuterFormatShapeCommandBase
1515
{
1616
/// <summary>
17-
/// Initializes a new instance of the <see cref="FormatCustomCommand"/> class.
18-
/// Constructor to se the inner command.
17+
/// Initializes a new instance of the <see cref="FormatCustomCommand"/> class
18+
/// and sets the inner command.
1919
/// </summary>
2020
public FormatCustomCommand()
2121
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-table/Format-Table.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ namespace Microsoft.PowerShell.Commands
1414
public class FormatTableCommand : OuterFormatTableBase
1515
{
1616
/// <summary>
17-
/// Initializes a new instance of the <see cref="FormatTableCommand"/> class.
18-
/// Constructor to set the inner command.
17+
/// Initializes a new instance of the <see cref="FormatTableCommand"/> class
18+
/// and sets the inner command.
1919
/// </summary>
2020
public FormatTableCommand()
2121
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace Microsoft.PowerShell.Commands
1616
public class FormatWideCommand : OuterFormatShapeCommandBase
1717
{
1818
/// <summary>
19-
/// Initializes a new instance of the <see cref="FormatWideCommand"/> class.
20-
/// Constructor to se the inner command.
19+
/// Initializes a new instance of the <see cref="FormatWideCommand"/> class
20+
/// and sets the inner command.
2121
/// </summary>
2222
public FormatWideCommand()
2323
{

src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-file/Out-File.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ internal static FileMode Convert(OpenMode openMode)
2525
public class OutFileCommand : FrontEndCommandBase
2626
{
2727
/// <summary>
28-
/// Initializes a new instance of the <see cref="OutFileCommand"/> class.
29-
/// Set inner command.
28+
/// Initializes a new instance of the <see cref="OutFileCommand"/> class
29+
/// and sets the inner command.
3030
/// </summary>
3131
public OutFileCommand()
3232
{

0 commit comments

Comments
 (0)