From 04d04c736a874ee796804b132a897ae7e92344dc Mon Sep 17 00:00:00 2001 From: Asti Date: Fri, 17 Jul 2020 15:37:22 +0530 Subject: [PATCH] Fix xmldoc comments The xmldoc comments are treated as plain-text if a `summary` tag is not present. --- src/fsharp/service/FSharpCheckerResults.fsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fsharp/service/FSharpCheckerResults.fsi b/src/fsharp/service/FSharpCheckerResults.fsi index 12be0190a35..67f4900b4a5 100644 --- a/src/fsharp/service/FSharpCheckerResults.fsi +++ b/src/fsharp/service/FSharpCheckerResults.fsi @@ -235,11 +235,11 @@ type public FSharpCheckFileResults = /// Find the most precise display environment for the given line and column. member GetDisplayContextForPos : pos : pos -> Async - /// Determines if a long ident is resolvable at a specific point. + /// Determines if a long ident is resolvable at a specific point. /// An optional string used for tracing compiler operations associated with this request. member internal IsRelativeNameResolvable: cursorPos : pos * plid : string list * item: Item * ?userOpName: string -> Async - /// Determines if a long ident is resolvable at a specific point. + /// Determines if a long ident is resolvable at a specific point. /// An optional string used for tracing compiler operations associated with this request. member IsRelativeNameResolvableFromSymbol: cursorPos : pos * plid : string list * symbol: FSharpSymbol * ?userOpName: string -> Async @@ -399,4 +399,4 @@ type internal FsiInteractiveChecker = module internal FSharpCheckerResultsSettings = val defaultFSharpBinariesDir: string - val maxTimeShareMilliseconds : int64 \ No newline at end of file + val maxTimeShareMilliseconds : int64