jax-doclets icon indicating copy to clipboard operation
jax-doclets copied to clipboard

Add support for {@link …} in documentation comments

Open FroMage opened this issue 14 years ago • 1 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

FroMage avatar Sep 15 '11 12:09 FroMage

It would actually be more cool to be able to say {@link GET} or {@link GET /item/{key}}

FroMage avatar Sep 15 '11 12:09 FroMage