diff --git a/WHATSNEW b/WHATSNEW index 635a30e4b..48a6bb8b3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -72,7 +72,7 @@ Fixed bugs: Other changes: -------------- -* Docs fixes for xmlvalidate.html. Bugzilla Report 27092. +* Docs fixes for xmlvalidate.html, javadoc.html. Bugzilla Report 27092, 27284. * now accepts nested s. Bugzilla Report 26364. diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index 7b739c1c0..7164ed040 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -442,9 +442,8 @@ the second one a colon delimited list of packages.

contains a comma or a space character, using nested group elements is highly recommended.

-

E.g.,

-
    group="XSLT_Packages org.apache.xalan.xslt*,XPath_Packages org.apache.xalan.xpath*"
-
+

E.g.:

+
    group="XSLT_Packages org.apache.xalan.xslt*,XPath_Packages org.apache.xalan.xpath*"

Parameters specified as nested elements

@@ -607,7 +606,7 @@ therefore, if they can be interpreted by the doclet in use.

If the doclet requires additional parameters, these can be specified with <param> elements within the <doclet> -element. These paramaters are restricted to simple strings. An example usage +element. These parameters are restricted to simple strings. An example usage of the doclet element is shown below:

  <javadoc ... >
@@ -664,13 +663,9 @@ not set the description attribute for those tags.

If this attribute is specified, this element will behave as an implicit 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"
-
-

+ 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 element will be ignored.