When I add a doc comment to a ReasonML value that comment doesn't appear in my IDE, whereas it does for OCaml files.
OCaml file (.ml) ✅
It shows the doc comment as well as the type
ReasonML file (.re) ❌
It only shows the type of the value, not the doc comment