Skip to content

Commit 60a5659

Browse files
deviousastibaronfel
authored andcommitted
Fix xmldoc comments (#9704)
The xmldoc comments are treated as plain-text if a `summary` tag is not present.
1 parent 0aa3186 commit 60a5659

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/fsharp/service/FSharpCheckerResults.fsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ type public FSharpCheckFileResults =
235235
/// Find the most precise display environment for the given line and column.
236236
member GetDisplayContextForPos : pos : pos -> Async<FSharpDisplayContext option>
237237

238-
/// Determines if a long ident is resolvable at a specific point.
238+
/// <summary>Determines if a long ident is resolvable at a specific point.</summary>
239239
/// <param name="userOpName">An optional string used for tracing compiler operations associated with this request.</param>
240240
member internal IsRelativeNameResolvable: cursorPos : pos * plid : string list * item: Item * ?userOpName: string -> Async<bool>
241241

242-
/// Determines if a long ident is resolvable at a specific point.
242+
/// <summary>Determines if a long ident is resolvable at a specific point.</summary>
243243
/// <param name="userOpName">An optional string used for tracing compiler operations associated with this request.</param>
244244
member IsRelativeNameResolvableFromSymbol: cursorPos : pos * plid : string list * symbol: FSharpSymbol * ?userOpName: string -> Async<bool>
245245

@@ -399,4 +399,4 @@ type internal FsiInteractiveChecker =
399399
module internal FSharpCheckerResultsSettings =
400400
val defaultFSharpBinariesDir: string
401401

402-
val maxTimeShareMilliseconds : int64
402+
val maxTimeShareMilliseconds : int64

0 commit comments

Comments
 (0)