Skip to content

Commit e56131e

Browse files
committed
Small docs update
1 parent 9090a32 commit e56131e

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

src/WGet.NET/Data/WinGetArguments.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ public static WinGetArguments SourceExport()
322322
/// <summary>
323323
/// Adds a query to the arguments.
324324
/// </summary>
325+
/// <remarks>
326+
/// Mainly used for Package based actions.
327+
/// </remarks>
325328
/// <param name="query">
326329
/// The <see cref="System.String"/> that should be added as a query.
327330
/// </param>
@@ -451,6 +454,9 @@ public WinGetArguments Disable(string query)
451454
/// <summary>
452455
/// Adds name data to the arguments.
453456
/// </summary>
457+
/// <remarks>
458+
/// Mainly used for Source based actions.
459+
/// </remarks>
454460
/// <param name="name">
455461
/// A <see cref="System.String"/> containing the name to add to the arguments.
456462
/// </param>
@@ -466,6 +472,9 @@ public WinGetArguments Name(string name)
466472
/// <summary>
467473
/// Adds arg (Source argument) data to the arguments.
468474
/// </summary>
475+
/// <remarks>
476+
/// Mainly used for Source based actions.
477+
/// </remarks>
469478
/// <param name="arg">
470479
/// A <see cref="System.String"/> containing the arg (Source argument) to add to the arguments.
471480
/// </param>
@@ -481,6 +490,9 @@ public WinGetArguments Arg(string arg)
481490
/// <summary>
482491
/// Adds type data to the arguments.
483492
/// </summary>
493+
/// <remarks>
494+
/// Mainly used for Source based actions.
495+
/// </remarks>
484496
/// <param name="type">
485497
/// A <see cref="System.String"/> containing the type data to add to the arguments.
486498
/// </param>

src/WGet.NET/XmlDocumentation/WGet.NET.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)