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
odoc seems to have trouble handling deprecation alerts attached to type aliases, for example this one:
type int2 = int [@@ocaml.alert deprecated "Just use int"]
Here's odoc's complaint:
File "src/Test.mli", line 1, characters 16-57: Warning: Alert deprecated not expected here.
However, the OCaml compiler seems to accept and handle such an alert perfectly.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! It does indeed look like our issue. I'll take a look and see what's required to fix this.
Sorry, something went wrong.
No branches or pull requests
odoc seems to have trouble handling deprecation alerts attached to type aliases, for example this one:
Here's odoc's complaint:
However, the OCaml compiler seems to accept and handle such an alert perfectly.
The text was updated successfully, but these errors were encountered: