diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index 25c93db3d..af91a8430 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -346,6 +346,13 @@ instead.
The tag nested element is used to specify custom tags. This option is only available +with Java 1.4.
+ +Attribute | +Description | +Required | +
name | +Name of the tag (e.g. todo ) |
+ Yes | +
description | +Description for tag (e.g. To do: ) |
+ Yes | +
enabled | +Whether or not the tag is enabled (defaults to true ) |
+ No | +
scope | +Scope for the tag - the elements in which it can be used. This
+ is a comma separated list of some of the elements: overview ,
+ packages , types , constructors ,
+ methods , fields or the default, all . |
+ No | +
Javadoc
's sourcepath, classpath and
bootclasspath attributes are PATH like
@@ -562,6 +605,7 @@ respectively.