Author: jhm
Date: Thu May 29 00:30:15 2008
New Revision: 661239

URL: http://svn.apache.org/viewvc?rev=661239&view=rev
Log:
Some links to JavaDoc API (Doclet, Taglet)

Modified:
    ant/core/trunk/docs/manual/CoreTasks/javadoc.html

Modified: ant/core/trunk/docs/manual/CoreTasks/javadoc.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/javadoc.html?rev=661239&r1=661238&r2=661239&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/javadoc.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/javadoc.html Thu May 29 00:30:15 2008
@@ -657,8 +657,9 @@
 <code>&lt;package&gt;</code> elements as for the main task.</p>
 
 <h4>doclet</h4>
-<p>The doclet nested element is used to specify the doclet that javadoc will
-use to process the input source files. A number of the standard javadoc 
arguments
+<p>The doclet nested element is used to specify the
+<a 
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/overview.html";>doclet</a>
+that javadoc will use to process the input source files. A number of the 
standard javadoc arguments
 are actually arguments of the standard doclet. If these are specified in the 
javadoc
 task's attributes, they will be passed to the doclet specified in the
 <code>&lt;doclet&gt;</code> nested element. Such attributes should only be 
specified,
@@ -740,8 +741,9 @@
 </table>
 
 <h4><a name="tagletelement">taglet</a></h4>
-<p>The taglet nested element is used to specify custom taglets. This option is
-only available with Java 1.4.</p>
+<p>The taglet nested element is used to specify custom
+<a 
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/taglet/overview.html";>taglets</a>.
+This option is only available with Java 1.4 or newer.</p>
 
 <h5>Parameters</h5>
 <table width="90%" border="1" cellpadding="2" cellspacing="0">
@@ -753,7 +755,8 @@
   <tr>
     <td valign="top">name</td>
     <td valign="top">The name of the taglet class
-              (e.g. <code>com.sun.tools.doclets.ToDoTaglet</code>)</td>
+              (e.g. <a 
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/taglet/ToDoTaglet.java";>
+              <code>com.sun.tools.doclets.ToDoTaglet</code></a>)</td>
     <td align="center" valign="top">Yes</td>
   </tr>
   <tr>


Reply via email to