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
There are links error on external lib as well a java lib.
We need `doc` to work for `sbt-native-packager`.
Issue #172 will take care of fixing all those docs.
In this PR we noticed that
sbt doc
was failing, more specifically this commit can be reverted to show the errors, there are two main problems:inherited
doc doesn't work inRalphLangServer
From the sbt doc , I'm not sure we can make java doc to work:
I also add issue to link to other sub modules, maybe worth checking here
test:doc
generate a lot ofdiscarding unmoored doc comment
, I don't think it's really important to fix as we don't really need doc on our test, but here are some resources I found.https://stackoverflow.com/questions/24932743/how-do-i-document-vals-in-pattern-definitions
scala/bug#8751
The text was updated successfully, but these errors were encountered: