Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98f8d71

Browse files
authored
fix doc comment issues that prevented proper XML parsing (#5362)
1 parent79ee42f commit98f8d71

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎src/fsharp/FSharp.Core/async.fsi‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ namespace Microsoft.FSharp.Control
427427
/// The default is used if this parameter is not provided.</param>
428428
/// <returns>A <c>System.Threading.Tasks.Task</c> that will be completed
429429
/// in the corresponding state once the computation terminates (produces the result, throws exception or gets canceled)</returns>
430-
/// </returns>
431430
static memberStartImmediateAsTask:
432431
computation:Async<'T>* ?cancellationToken:CancellationToken-> Task<'T>
433432

‎src/fsharp/FSharp.Core/prim-types.fsi‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ namespace Microsoft.FSharp.Core
808808
#endif
809809
typebyref<'T,'Kind>=(#"!0&" #)
810810

811-
/// <summary>Represents a managed pointer in F# code. For F# 4.5+ this is considered equivalent to <c>byref&lt'T, ByRefKinds.InOut&gt</c></summary>
811+
/// <summary>Represents a managed pointer in F# code. For F# 4.5+ this is considered equivalent to <c>byref&lt;'T, ByRefKinds.InOut&gt;</c></summary>
812812
typebyref<'T>=(#"!0&" #)
813813

814814
/// Represents the types of byrefs in F# 4.5+
@@ -1850,7 +1850,7 @@ namespace Microsoft.FSharp.Core
18501850
///
18511851
///<remarks>Use the constructors <c>ValueSome</c> and <c>ValueNone</c> to create values of this type.
18521852
///Use the values in the <c>ValueOption</c> module to manipulate values of this type,
1853-
///or pattern match against the values directly.
1853+
///or pattern match against the values directly.</remarks>
18541854
[<StructuralEquality;StructuralComparison>]
18551855
[<CompiledName("FSharpValueOption`1")>]
18561856
[<Struct>]
@@ -1870,7 +1870,7 @@ namespace Microsoft.FSharp.Core
18701870
///
18711871
///<remarks>Use the constructors <c>ValueSome</c> and <c>ValueNone</c> to create values of this type.
18721872
///Use the values in the <c>ValueOption</c> module to manipulate values of this type,
1873-
///or pattern match against the values directly.
1873+
///or pattern match against the values directly.</remarks>
18741874
and 'T voption=ValueOption<'T>
18751875

18761876
///<summary>Helper type for error handling without exceptions.</summary>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp