--- Mark Lybarger <[EMAIL PROTECTED]> wrote: > I'm looking for a nice clean way so that my javadocs > given to a 3rd party > will show what validation is being done for a > bean's property. It's > documented in a word document what validations > _should_ be being done, but > it would be nice if that were also easily translated > into javadocs from the > source. My javadocs currently have a section that > looks like:
XDoclet is not meant to document your sources - there is javadoc which does this. However, you can write custom templates to produce this documentation. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
