I want to have links like
- Javadoc
{@link Object#toString()}
- Scaladoc
[[Object#toString()]]
How can I do this with scaladoc?
I assume I'll have to provide the external URL to link to.
I want to have links like
{@link Object#toString()}
[[Object#toString()]]
How can I do this with scaladoc?
I assume I'll have to provide the external URL to link to.