donaldp 2002/09/06 04:20:22 Modified: src/java/org/apache/avalon/phoenix/tools/assembler Assembler.java Log: Turn some <code> sections into {@link} sections Revision Changes Path 1.20 +10 -10 jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java Index: Assembler.java =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- Assembler.java 18 Aug 2002 08:23:34 -0000 1.19 +++ Assembler.java 6 Sep 2002 11:20:22 -0000 1.20 @@ -25,9 +25,9 @@ import org.apache.avalon.phoenix.tools.infobuilder.BlockInfoBuilder; /** - * Assemble a <code>SarMetaData</code> object from a Configuration + * Assemble a {@link SarMetaData} object from a Configuration * object. The Configuration object represents the assembly descriptor - * and is in the format specified for <code>assembly.xml</code> files. + * and is in the format specified for <tt>assembly.xml</tt> files. * * @author <a href="mailto:peter at apache.org">Peter Donald</a> * @version $Revision$ $Date$ @@ -53,7 +53,7 @@ } /** - * Create a <code>SarMetaData</code> object based on specified + * Create a {@link SarMetaData} object based on specified * name and assembly configuration. * * @param name the name of Sar @@ -80,8 +80,8 @@ } /** - * Create an array of <code>BlockMetaData</code> objects to represent - * the <block .../> sections in <code>assembly.xml</code>. + * Create an array of {@link BlockMetaData} objects to represent + * the <block .../> sections in <tt>assembly.xml</tt>. * * @param blocks the list of Configuration objects for blocks * @return the BlockMetaData array @@ -103,7 +103,7 @@ } /** - * Create a single <code>BlockMetaData</code> object to represent + * Create a single {@link BlockMetaData} object to represent * specified <block .../> section. * * @param block the Configuration object for block @@ -179,8 +179,8 @@ } /** - * Create an array of <code>BlockListenerMetaData</code> objects to represent - * the <listener .../> sections in <code>assembly.xml</code>. + * Create an array of {@link BlockListenerMetaData} objects to represent + * the <listener .../> sections in <tt>assembly.xml</tt>. * * @param listeners the list of Configuration objects for listeners * @return the BlockListenerMetaData array @@ -200,7 +200,7 @@ } /** - * Create a <code>BlockListenerMetaData</code> object to represent + * Create a {@link BlockListenerMetaData} object to represent * the specified <listener .../> section. * * @param listener the Configuration object for listener
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>