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 2b9d463 commit da80ba2Copy full SHA for da80ba2
analysis/src/ProcessCmt.ml
@@ -25,8 +25,8 @@ let rec forTypeSignatureItem ~(env : SharedTypes.Env.t) ~(exported : Exported.t)
25
Stamps.addValue
26
in
27
let declared =
28
- (* When an id is shadowed, a module constraing without the doc comment is created.
29
- Here the existing doc comment is restored. *)
+ (* When an id is shadowed, a module constraint without the doc comment is created.
+ Here the existing doc comment is restored. See https://github.com/rescript-lang/rescript-vscode/issues/621 *)
30
match oldDeclared with
31
| Some oldDeclared when declared.docstring = [] ->
32
let newDeclared = {declared with docstring = oldDeclared.docstring} in
0 commit comments