reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.12k stars 428 forks source link

Markdown to ocamldoc conversion for documentation comments #2602

Open jfrolich opened 4 years ago

jfrolich commented 4 years ago

I put the markdown in the second "slot" of the attribute. And the reason printer should now print that back instead of the ocamldoc.

How does the test suite of refmt work? And is this change to the AST ok? I mean there could be other tools that expect the attribute to have single item list?