From 3ec2b738af2171d3d6abd95311f4aa25194902bd Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Thu, 29 May 2008 07:30:15 +0000 Subject: [PATCH] Some links to JavaDoc API (Doclet, Taglet) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@661239 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javadoc.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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.

doclet

-

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.

taglet

-

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.

Parameters
@@ -753,7 +755,8 @@ only available with Java 1.4.

+ (e.g. + com.sun.tools.doclets.ToDoTaglet)
name The name of the taglet class - (e.g. com.sun.tools.doclets.ToDoTaglet) Yes