diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html
index 432781db3..0ee705dfa 100644
--- a/docs/manual/CoreTasks/javadoc.html
+++ b/docs/manual/CoreTasks/javadoc.html
@@ -657,8 +657,9 @@ with text contents, and the packages may be listed with nested
<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 |