I'm using xdoclet to generate customised documentation. This is going well, but at the moment I'm having to use my own custom tag to comment
the return value. This (of course) isn't reflected in the normal
Javadoc generated documentation.

What I'd like to do is use the standard @return javadoc, and pick
up the comment using both javadoc and xdoclet.

The template tags support various standard javadoc things,
including classComment
http://xdoclet.sourceforge.net/xdoclet/templates/Class.html#classComment
and methodComment
http://xdoclet.sourceforge.net/xdoclet/templates/Method.html#methodComment

Is there a way to pickup "@return" ?

   BugBear


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to