From 3afa4e107ac42ede2d4bef94978eebdbf547f894 Mon Sep 17 00:00:00 2001 From: glennm Date: Tue, 20 Mar 2001 19:28:29 +0000 Subject: [PATCH] Add deprecation indicators for Deltree and Javadoc2 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268871 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javadoc.html | 6 +++--- docs/manual/coretasklist.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index f46c09a92..1abc401be 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -7,7 +7,7 @@ -

Javadoc/Javadoc2

+

Javadoc/Javadoc2

Description

Generates code documentation using the javadoc tool.

The source directory will be recursively scanned for Java source files to process @@ -34,10 +34,10 @@ if some packages are missing or broken. Use this option if you wish to convert f 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 +

DEPRECATION: the javadoc2 task simply points to the javadoc task and it's there for back compatibility reasons. Since this task will be removed in future versions, you are strongly encouraged to use javadoc -instead.

+instead.

Parameters

diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index f89a5fac6..93b002468 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -29,7 +29,7 @@ Copyfile
Cvs
Delete
-Deltree
+Deltree
Echo
Exec
ExecOn
@@ -43,7 +43,7 @@ Jar
Java
Javac
-Javadoc/Javadoc2
+Javadoc/Javadoc2
Mail
Mkdir
Move