diff --git a/WHATSNEW b/WHATSNEW
index 48c39d73d..a896217b8 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -234,6 +234,9 @@ Other changes:
possible to save the output into a property for use within the build
file as was possible with
NOTE: since javadoc calls System.exit(), javadoc cannot be run inside the -same VM as ant without breaking functionality. For this reason, this task +same VM as ant without breaking functionality. For this reason, this task always forks the VM. This overhead is not significant since javadoc is normally a heavy application and will be called infrequently.
-NOTE: the packagelist attribute allows you to specify the list of packages to -document outside of the Ant file. It's a much better practice to include everything -inside the build.xml file. This option was added in order to make it easier to -migrate from regular makefiles, where you would use this option of javadoc. -The packages listed in packagelist are not checked, so the task performs even -if some packages are missing or broken. Use this option if you wish to convert from -an existing makefile. Once things are running you should then switch to the regular +
NOTE: the packagelist attribute allows you to specify the list of packages to +document outside of the Ant file. It's a much better practice to include everything +inside the build.xml file. This option was added in order to make it easier to +migrate from regular makefiles, where you would use this option of javadoc. +The packages listed in packagelist are not checked, so the task performs even +if some packages are missing or broken. Use this option if you wish to convert from +an existing makefile. Once things are running you should then switch to the regular notation.
DEPRECATION: the javadoc2 task simply points to the javadoc task and it's
@@ -462,7 +462,7 @@ the nested <fileset>
elements.
Same as one entry in the list given by excludepackagenames
.
Separates packages on the overview page into whatever groups you
specify, one group per table. This performs the same role as the group
attribute. You can use either syntax (or both at once), but with the
@@ -566,15 +566,15 @@ 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 +
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,
+task's attributes, they will be passed to the doclet specified in the
+<doclet>
nested element. Such attributes should only be specified,
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>
+<param>
elements within the <doclet>
element. These paramaters are restricted to simple strings. An example usage
of the doclet element is shown below:
The tag nested element is used to specify custom tags. This option is only available with Java 1.4.
@@ -602,12 +602,12 @@ is only available with Java 1.4.todo
)dir
attribute is specified.To do:
)dir
attribute is specified.overview
,
- packages
, types
, constructors
,
+ is a comma separated list of some of the elements: overview
,
+ packages
, types
, constructors
,
methods
, fields
or the default, all
.
+ 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.
+ The taglet nested element is used to specify custom taglets. This option is +
The taglet nested element is used to specify custom taglets. This option is only available with Java 1.4.
com.sun.tools.doclets.ToDoTaglet
)is the same as
-<javadoc +<javadoc destdir="docs/api" author="true" version="true" @@ -700,8 +717,8 @@ respectively. </javadoc>or
- -<javadoc + +<javadoc destdir="docs/api" author="true" version="true" @@ -723,7 +740,7 @@ respectively. </javadoc>
-Copyright © 2000-2002 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.