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

make scaladoc handle linking to external javadoc or scaladoc properly #41

Open
tbarker9comcast opened this issue Feb 28, 2014 · 2 comments

Comments

@tbarker9comcast
Copy link
Contributor

Could not get the scaladoc parameter -doc-external-doc to work properly. As of creating this issue, this affects PaxosSupervisor and SiriusConfiguration. To see the linking warnings, run sbt doc at the root of the project.

@tbarker9comcast tbarker9comcast added this to the 1.3.0 milestone Feb 28, 2014
comcast-jonm added a commit to comcast-jonm/sirius that referenced this issue Jul 30, 2014
This addresses issue Comcast#41, by just taking the path of least
resistance and just entering explicit URLs for the three
external references we currently have.
@andrewdbate
Copy link

I came across this issue when trying to find a solution to a similar problem. I eventually found a solution for linking to external Javadoc, and posted an answer on Stack Overflow here. Perhaps you'd find it useful. It saves you from hard coding the strings of the Java classes into the documentation.

@tbarker9comcast
Copy link
Contributor Author

Thanks! Will check it out

lelou6666 pushed a commit to lelou6666/sirius that referenced this issue Apr 4, 2016
This addresses issue Comcast#41, by just taking the path of least
resistance and just entering explicit URLs for the three
external references we currently have.
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