You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any code using this library gets following ScalaDoc warning when generating its own ScalaDoc:
[warn] -- Warning: src\main\scala\my_package\SomeEnum.scala:9:6 -----------------------
[warn] 9 | val values = findValues
[warn] | ^
[warn] | No DRI found for query: Enum
I am not sure if anything can be done with this in Enumeratum, perhaps it is ScalaDoc issue instead? I have reported it there as well as scala/scala3#20028
The text was updated successfully, but these errors were encountered:
OndrejSpanel
changed the title
ScalaDoc reference to [[values]] causes warnings in any code using the library
ScalaDoc warnings in any code using the library
Mar 27, 2024
Any code using this library gets following ScalaDoc warning when generating its own ScalaDoc:
I am not sure if anything can be done with this in Enumeratum, perhaps it is ScalaDoc issue instead? I have reported it there as well as scala/scala3#20028
The text was updated successfully, but these errors were encountered: