-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ScalaDoc - No DRI found for query: Enum when enumeratum is used #20028
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
Comments
Minimization could be useful, but I believe the warning message should be improved regardless. Meanwhile, DRI seems to be internal doctool terminology and isn't really helpful in user-facing warning. |
This might be possible, but it would most likely require creating some other macro source instead. The That said, I have little reason to pursue the issue now, as I decided not to use ScalaDoc for the task I am doing now. I am not sure if/when can I find some time for this. |
The meaning is that
|
Does using a fully-qualified reference help? |
partial fix for scala#20028 [Cherry-picked f88f92e]
Compiler version
3.3.3
Minimized code
Use
doc
in SBTOutput
Expectation
No warning. And if there is a warning, it should be actionable. What is DRI? Where was it not found?
The text was updated successfully, but these errors were encountered: