Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong doc comment displayed #597

Closed
carljohnson93 opened this issue Apr 28, 2021 · 1 comment
Closed

Wrong doc comment displayed #597

carljohnson93 opened this issue Apr 28, 2021 · 1 comment

Comments

@carljohnson93
Copy link

Hey, there! Thank you for this amazing extension!
I'm now learning OCaml by "Real World OCaml" book, and while writing code from examples, I've encountered a weird doc-comment bug, here's code:

open Base

type t

(** Blah *)
val empty : t

When I hover empty, I get the following doc hover:
"This module is the toplevel of the Base library; it's what you get when you write open Base.

The goal of Base is both to be a more complete standard library," etc

Here's the screenshot:
doc_bug

@ulugbekna
Copy link
Collaborator

Duplicate of ocaml/ocaml-lsp#344. Should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants