We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReScript v10.1 introduced docstrings for values, types, and modules.
/**Docstring*/
/***Toplevel docstrins*/
The two comments above are parsed as comment.
comment
We can create two nodes (doc_comment and mod_comment) for both types of comments. It would be useful to do markdown injection.
doc_comment
mod_comment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ReScript v10.1 introduced docstrings for values, types, and modules.
/**Docstring*/
: before value and types/***Toplevel docstrins*/
: top level modulesThe two comments above are parsed as
comment
.We can create two nodes (
doc_comment
andmod_comment
) for both types of comments. It would be useful to do markdown injection.The text was updated successfully, but these errors were encountered: