I have followed the example online to extend the WADL with comments from
my source code. I can not get any comments for the POST Input.
Here is my example code:
/**
@param in The input data
*/
@POST
Public void uploadData( InputStream in ) { ... }
The comment, "The input data", ends up in the resourcedoc.xml file I
generate with ANT. However, it is missing in the WADL file. All the
other comments I am adding, such as query parameters, class comments,
and method comments, are included in the WADL. Is there something
special I need to do to get this so show up?
Thanks for your time,
Tim Wright