sbt-unidoc
sbt-unidoc copied to clipboard
unidoc fails to link members that doc has no problem with
A brief example: I have a file in which one of my methods contains this link to a 3rd party library's class.
import com.datastax.driver.core.exceptions._
/**
* [[com.datastax.driver.core.exceptions.AlreadyExistsException AlreadyExistsException]]
*/
...
This is no problem for doc but unidoc tells me it "Could not find any member to link for "com.datastax.driver.core.exceptions.AlreadyExistsException"."
Does it have anything to do with it being a third party library? It's Datastax's Cassandra driver.
I should add that, in this case, this particular problem happened when I upgraded to scala 2.11.5.
Any update on this?
@deeplook I certainly haven't looked further into it, and this issue never got a developer response :(