From 3ec2b738af2171d3d6abd95311f4aa25194902bd Mon Sep 17 00:00:00 2001
From: Jan Materne <package>
elements as for the main task.
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 +
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
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
<doclet>
nested element. Such attributes should only be specified,
@@ -740,8 +741,9 @@ the javadoc program.
The taglet nested element is used to specify custom taglets. This option is -only available with Java 1.4.
+The taglet nested element is used to specify custom +taglets. +This option is only available with Java 1.4 or newer.
name | The name of the taglet class
- (e.g. com.sun.tools.doclets.ToDoTaglet ) |
+ (e.g.
+ Yes |