diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index f38d12e2d..a0ebea96e 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -530,7 +530,7 @@ javadoc as source files.

Same as one entry in the list given by packagenames.

Parameters
- +
@@ -553,7 +553,7 @@ Same as for package.

Same as one entry in the list given by sourcefiles.

Parameters
-
Attribute Description
+
@@ -590,7 +590,7 @@ syntax (or both at once), but with the nested elements you can easily specify multiple occurrences of the arguments.

Parameters
-
Attribute Description
+
@@ -634,7 +634,7 @@ nested elements you can easily specify multiple occurrences of the arguments.

Parameters
-
Attribute Description
+
@@ -688,7 +688,7 @@ because you want to determine the order the tags are output, you must not set the description attribute for those tags.

Parameters
-
Attribute Description
+
@@ -702,8 +702,8 @@ not set the description attribute for those tags.

- + @@ -724,9 +724,14 @@ not set the description attribute for those tags.

fileset. The files included by this fileset should contain each tag definition on a separate line, as described in the Javadoc reference guide: -
ejb.bean:t:"XDoclet EJB Tag"
-todo:a:"To Do"
- Note: If this attribute is specified, all the other attributes in this +
ejb.bean:t:XDoclet EJB Tag
+todo:a:To Do
+ Note: The Javadoc reference quide has double quotes around +the description part of the definition. This will not work when used in +a file, as the definition is quoted again when given to +the javadoc program. +
+ Note: If this attribute is specified, all the other attributes in this element will be ignored. @@ -738,7 +743,7 @@ todo:a:"To Do" only available with Java 1.4.

Parameters
-
Attribute Description
description Description for tag (e.g. To do:)Yes, unless the dir - attribute is specified or name is a standard tag.No, the name will be used as a description + if this is not specified.
enabled No
+
Attribute Description