You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having trouble getting {@link} to work pointing to vanilla Javadoc of a POJO class rooted in a sibling directory to the JAX-RS docs when running from Maven.
My intent is to have ordinary Javadoc in target/site/apidocs and the JAX_RS in target/site/jaxrsdocs
To be honest I've never tried it. The links we support are automatically generated, not user-entered like @link, though it seems #26 adds support for them. Better wait for #26 to come in and retest this.
So apparently #26 adds support for @link for the JAX-RS doclet. I will add support for the other doclets as soon as it is merged (should be shortly). For info, @link support was first requested in #1.
I've been having trouble getting {@link} to work pointing to vanilla Javadoc of a POJO class rooted in a sibling directory to the JAX-RS docs when running from Maven.
My intent is to have ordinary Javadoc in target/site/apidocs and the JAX_RS in target/site/jaxrsdocs
But when I run
and I code something like
it generates
I'd expect the href to be to "../apidocs/com/scala/cm/domain/content/Content.html" instead because of
../apidocs ...in fact there's something similar in the usage notes for linking to JAXB from JAX-RS.I hope this is a usage error on my part.
The text was updated successfully, but these errors were encountered: