sbt-unidoc icon indicating copy to clipboard operation
sbt-unidoc copied to clipboard

unidoc fails to link members that doc has no problem with

Open 2rs2ts opened this issue 10 years ago • 3 comments

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.

2rs2ts avatar Jan 28 '15 02:01 2rs2ts

I should add that, in this case, this particular problem happened when I upgraded to scala 2.11.5.

2rs2ts avatar Jan 28 '15 02:01 2rs2ts

Any update on this?

deeplook avatar Aug 14 '17 14:08 deeplook

@deeplook I certainly haven't looked further into it, and this issue never got a developer response :(

2rs2ts avatar Aug 14 '17 19:08 2rs2ts