You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FluentCommandLineParser/Internals/Parsing/OptionParsers/EnumCommandLineOptionParser.cs
+32-32Lines changed: 32 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -28,40 +28,40 @@
28
28
29
29
namespaceFclp.Internals.Parsing.OptionParsers
30
30
{
31
-
/// <summary>
32
-
/// Parser used to convert to <see cref="Enum"/>.
33
-
/// </summary>
34
-
/// <remarks>For <see cref="System.Boolean"/> types the value is optional. If no value is provided for the Option then <c>true</c> is returned.</remarks>
/// <remarks>For <see cref="System.Boolean"/> types the value is optional. If no value is provided for the Option then <c>true</c> is returned.</remarks>
/// Determines whether the specified <see cref="System.String"/> can be parsed by this <see cref="ICommandLineOptionParser{T}"/>.
52
-
/// </summary>
53
-
/// <param name="parsedOption"></param>
54
-
/// <returns><c>true</c> if the specified <see cref="System.String"/> can be parsed by this <see cref="ICommandLineOptionParser{T}"/>; otherwise <c>false</c>.</returns>
/// Determines whether the specified <see cref="System.String"/> can be parsed by this <see cref="ICommandLineOptionParser{T}"/>.
52
+
/// </summary>
53
+
/// <param name="parsedOption"></param>
54
+
/// <returns><c>true</c> if the specified <see cref="System.String"/> can be parsed by this <see cref="ICommandLineOptionParser{T}"/>; otherwise <c>false</c>.</returns>
0 commit comments