|
|
@@ -346,6 +346,13 @@ instead.</i></p> |
|
|
|
<td align="center" valign="top">1.2</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">tag</td> |
|
|
|
<td valign="top">Specifies how custom tags should be handled. See |
|
|
|
<a href="#tagelement">below</a> for details.</td> |
|
|
|
<td align="center" valign="top">1.4</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">additionalparam</td> |
|
|
|
<td valign="top">Lets you add additional parameters to the javadoc |
|
|
@@ -543,6 +550,42 @@ of the doclet element is shown below:</p> |
|
|
|
</javadoc> |
|
|
|
</pre> |
|
|
|
|
|
|
|
<h4><a name="tagelement">tag</a></h4> |
|
|
|
<p>The tag nested element is used to specify custom tags. This option is only available |
|
|
|
with Java 1.4.</p> |
|
|
|
|
|
|
|
<h5>Parameters</h5> |
|
|
|
<table width="60%" border="1" cellpadding="2" cellspacing="0"> |
|
|
|
<tr> |
|
|
|
<td valign="top"><b>Attribute</b></td> |
|
|
|
<td valign="top"><b>Description</b></td> |
|
|
|
<td align="center" valign="top"><b>Required</b></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">name</td> |
|
|
|
<td valign="top">Name of the tag (e.g. <code>todo</code>)</td> |
|
|
|
<td align="center" valign="top">Yes</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">description</td> |
|
|
|
<td valign="top">Description for tag (e.g. <code>To do:</code>)</td> |
|
|
|
<td align="center" valign="top">Yes</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">enabled</td> |
|
|
|
<td valign="top">Whether or not the tag is enabled (defaults to <code>true</code>)</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">scope</td> |
|
|
|
<td valign="top">Scope for the tag - the elements in which it can be used. This |
|
|
|
is a comma separated list of some of the elements: <code>overview</code>, |
|
|
|
<code>packages</code>, <code>types</code>, <code>constructors</code>, |
|
|
|
<code>methods</code>, <code>fields</code> or the default, <code>all</code>.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
|
|
|
|
<h4>sourcepath, classpath and bootclasspath</h4> |
|
|
|
<p><code>Javadoc</code>'s <i>sourcepath</i>, <i>classpath</i> and |
|
|
|
<i>bootclasspath</i> attributes are <a href="../using.html#path">PATH like |
|
|
@@ -562,6 +605,7 @@ respectively.</p> |
|
|
|
windowtitle="Test API"> |
|
|
|
<doctitle><![CDATA[<h1>Test</h1>]]></doctitle> |
|
|
|
<bottom><![CDATA[<i>Copyright &#169; 2000 Dummy Corp. All Rights Reserved.</i>]]></bottom> |
|
|
|
<tag name="todo" scope="all" description="To do:" /> |
|
|
|
<group title="Group 1 Packages" packages="com.dummy.test.a*"/> |
|
|
|
<group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/> |
|
|
|
<link offline="true" href="http://java.sun.com/products/jdk/1.2/docs/api/" packagelistLoc="C:\tmp"/> |
|
|
|