Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv503
Modified Files: JdoTagsHandler.java Log Message: Document template tags (XDT-1034). Index: JdoTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/JdoTagsHandler.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** JdoTagsHandler.java 16 Aug 2004 13:27:58 -0000 1.9 --- JdoTagsHandler.java 10 Oct 2004 22:10:10 -0000 1.10 *************** *** 104,112 **** /** ! * Generates the tags for the vendor extensions * * @param attributes * @param template * @exception XDocletException */ public void forAllVendorExtensions(String template, Properties attributes) throws XDocletException --- 104,115 ---- /** ! * Generates the tag body for each vendor extension at the specified level. * * @param attributes * @param template * @exception XDocletException + * @doc.tag type="block" + * @doc.param name="level" optional="false" values="class,field,collection,array,map" + * description="The level to generate the extension tags for." */ public void forAllVendorExtensions(String template, Properties attributes) throws XDocletException *************** *** 130,133 **** --- 133,143 ---- } + /** + * Generates the extension element for the current vendor extension. + * + * @param attributes + * @return Current <extension> element. + * @doc.tag type="content" + */ public String vendorExtension(Properties attributes) { ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel