Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11748
Modified Files: PackageTagsHandler.java Log Message: Javadocs (XDT-1225) Index: PackageTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/PackageTagsHandler.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** PackageTagsHandler.java 26 Mar 2005 10:25:32 -0000 1.15 --- PackageTagsHandler.java 14 Apr 2005 00:45:42 -0000 1.16 *************** *** 224,229 **** /** ! * Writes the package declaration for the package name of the full-qualified class name specified in the body ! * of this tag. No package declaration is written if the full-qualified class name has no package. * * @param template The body of the block tag --- 224,229 ---- /** ! * Writes the package declaration for the package name of the full-qualified class name specified in the body of ! * this tag. No package declaration is written if the full-qualified class name has no package. * * @param template The body of the block tag *************** *** 291,302 **** } ! /** ! * Returns the package name for the full-qualified class name specified in the body ! * of the passed tag. ! * ! * @param template The body of the block tag ! * @return the package name or an empty string if the full-qualified class name has no package ! * @exception XDocletException Description of Exception ! */ private String getPackageNameFrom(String template) throws XDocletException { --- 291,301 ---- } ! /** ! * Returns the package name for the full-qualified class name specified in the body of the passed tag. ! * ! * @param template The body of the block tag ! * @return the package name or an empty string if the full-qualified class name has no package ! * @exception XDocletException Description of Exception ! */ private String getPackageNameFrom(String template) throws XDocletException { *************** *** 333,337 **** *</code></pre> <p/> * ! * By using the <code>useFirst</code> attribute, you can tell xdoclet to substitute the first occurrence and not the * last. <br/> * Now if you have a structure like<p/> --- 332,336 ---- *</code></pre> <p/> * ! * By using the <code>useFirst</code> attribute, you can tell XDoclet to substitute the first occurrence and not the * last. <br/> * Now if you have a structure like<p/> *************** *** 357,363 **** /** ! * Gets the Packages attribute of the PackageSubstitution object * ! * @return The Packages value */ public String getPackages() --- 356,362 ---- /** ! * Get the comma-separated list of packages to be substituted. * ! * @return package list */ public String getPackages() *************** *** 367,373 **** /** ! * Gets the SubstituteWith attribute of the PackageSubstitution object * ! * @return The SubstituteWith value */ public String getSubstituteWith() --- 366,372 ---- /** ! * Get the substitute package name. * ! * @return package */ public String getSubstituteWith() *************** *** 377,382 **** /** ! * return the useAny attribute. This attribute specifies if the substitution can only appear at the end of a ! * package (useAny=false) or also in the middle. * * @return boolean --- 376,381 ---- /** ! * Return the useFirst attribute. This attribute specifies if the substitution can only appear at the end of a ! * package (useFirst=false) or also in the middle. * * @return boolean *************** *** 388,392 **** /** ! * Sets the Packages attribute of the PackageSubstitution object * * @param packages The new Packages value --- 387,391 ---- /** ! * Set the comma-separated list of packages to be substituted. * * @param packages The new Packages value *************** *** 398,402 **** /** ! * Sets the SubstituteWith attribute of the PackageSubstitution object * * @param substituteWith The new SubstituteWith value --- 397,401 ---- /** ! * Set the substitute package name. * * @param substituteWith The new SubstituteWith value *************** *** 408,412 **** /** ! * Sets the useFirst attribute * * @param first should the first occurrence be used or not? --- 407,411 ---- /** ! * Specify whether the first occurrence of a package from the list should be substituted, or the last. * * @param first should the first occurrence be used or not? ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel