Skip to content
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

unidoc fails to link members that doc has no problem with #9

Open
2rs2ts opened this issue Jan 28, 2015 · 3 comments
Open

unidoc fails to link members that doc has no problem with #9

2rs2ts opened this issue Jan 28, 2015 · 3 comments

Comments

@2rs2ts
Copy link

2rs2ts commented Jan 28, 2015

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
Copy link
Author

2rs2ts commented Jan 28, 2015

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

@deeplook
Copy link

Any update on this?

@2rs2ts
Copy link
Author

2rs2ts commented Aug 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants