Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv25477/src/java/xdoclet

Modified Files:
        Plugin.java 
Log Message:
Updated javadoc.

Index: Plugin.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/Plugin.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Plugin.java 5 Mar 2003 22:27:09 -0000       1.4
--- Plugin.java 7 Mar 2003 08:50:30 -0000       1.5
***************
*** 19,32 ****
   * A Plugin is responsible for the generation of a particular kind of file. It
   * is also an abstraction of underlying generation mechanisms such as Velocity
!  * and Jelly. A plugin can operate in two different modes, depending on the
!  * value of the fileName. If there is a "{0}" in the fileName, one file will be
!  * generated for each object returned by
!  * <a href="XDoclet.html#createCollection()">createCollection()</a>.
!  * If there is no "{0}" in the fileName, one file will be generated for each object
!  * returned by createCollection(). This makes it possible to use the XDoclet
!  * core for generation of files where the "metadata source" is other kinds of
!  * objects than e.g. xjavadoc.
   *
   * @see PluginFactory
   *
   * @author    <a href="mailto:aslak.hellesoy at netcom.no">Aslak Helles&oslash;y</a>
--- 19,38 ----
   * A Plugin is responsible for the generation of a particular kind of file. It
   * is also an abstraction of underlying generation mechanisms such as Velocity
!  * and Jelly.
!  *
!  * <p>A plugin can operate in two different modes, depending on the
!  * value of the fileName.</p>
!  * 
!  * <ul>
!  *     <li>If there is a "{0}" in the fileName, one file will be generated for
!  *     each object returned by [EMAIL PROTECTED] XDoclet#getCollection()}.</li>
!  *     <li>If there is no "{0}" in the fileName, one file will be generated for each 
object
!  *     returned by [EMAIL PROTECTED] XDoclet#getCollection()}. This makes it 
possible to use the XDoclet
!  *     core for generation of files where the "metadata source" is other kinds of
!  *     objects than e.g. xjavadoc.</li>
!  * </ul>
   *
   * @see PluginFactory
+  * @see XDoclet
   *
   * @author    <a href="mailto:aslak.hellesoy at netcom.no">Aslak Helles&oslash;y</a>



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to