jax-doclets
jax-doclets copied to clipboard
Add support for {@link …} in documentation comments
I want to add the following JAX-RS documentation to a REST @GET method, so that I can link to another resource method's documentation:
/**
* The list of comments on the item, in reverse chronological order.
*
* @param key The item creator’s organisation key, followed by an asterisk, followed by the
item number. * @HTTP 400 Client errors are the same as for {@link #getItem(String, Request)}. */
However, in the HTML output this is rendered literally, instead of as a hyperlink.
jax-doclets-0.5
It would actually be more cool to be able to say {@link GET} or {@link GET /item/{key}}