We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45bd88 commit 3099d6dCopy full SHA for 3099d6d
analysis/src/Hover.ml
@@ -26,7 +26,10 @@ let showModuleTopLevel ~docstring ~isType ~name (topLevel : Module.item list) =
26
let doc =
27
match docstring with
28
| [] -> ""
29
- | _ :: _ -> "\n" ^ (docstring |> String.concat "\n") ^ Markdown.divider
+ | _ :: _ ->
30
+ "\n"
31
+ ^ (docstring |> String.concat "\n")
32
+ ^ Markdown.divider ^ Markdown.spacing
33
in
34
Some (doc ^ full)
35
0 commit comments