Browse Source

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
master
glennm 24 years ago
parent
commit
3afa4e107a
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      docs/manual/CoreTasks/javadoc.html
  2. +2
    -2
      docs/manual/coretasklist.html

+ 3
- 3
docs/manual/CoreTasks/javadoc.html View File

@@ -7,7 +7,7 @@


<body> <body>


<h2><a name="javadoc">Javadoc/Javadoc2</a></h2>
<h2><a name="javadoc">Javadoc/<i>Javadoc2</i></a></h2>
<h3>Description</h3> <h3>Description</h3>
<p>Generates code documentation using the javadoc tool.</p> <p>Generates code documentation using the javadoc tool.</p>
<p>The source directory will be recursively scanned for Java source files to process <p>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 an existing makefile. Once things are running you should then switch to the regular
notation. </p> notation. </p>


<p>DEPRECATION: the javadoc2 task simply points to the javadoc task and it's
<p><i><b>DEPRECATION:</b> 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 there for back compatibility reasons. Since this task will be removed in future
versions, you are strongly encouraged to use <a href="javadoc.html">javadoc</a> versions, you are strongly encouraged to use <a href="javadoc.html">javadoc</a>
instead.</p>
instead.</i></p>
<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr> <tr>


+ 2
- 2
docs/manual/coretasklist.html View File

@@ -29,7 +29,7 @@
<a href="CoreTasks/copyfile.html"><i>Copyfile</i></a><br> <a href="CoreTasks/copyfile.html"><i>Copyfile</i></a><br>
<a href="CoreTasks/cvs.html">Cvs</a><br> <a href="CoreTasks/cvs.html">Cvs</a><br>
<a href="CoreTasks/delete.html">Delete</a><br> <a href="CoreTasks/delete.html">Delete</a><br>
<a href="CoreTasks/deltree.html">Deltree</a><br>
<a href="CoreTasks/deltree.html"><i>Deltree</i></a><br>
<a href="CoreTasks/echo.html">Echo</a><br> <a href="CoreTasks/echo.html">Echo</a><br>
<a href="CoreTasks/exec.html">Exec</a><br> <a href="CoreTasks/exec.html">Exec</a><br>
<a href="CoreTasks/execon.html">ExecOn</a><br> <a href="CoreTasks/execon.html">ExecOn</a><br>
@@ -43,7 +43,7 @@
<a href="CoreTasks/jar.html">Jar</a><br> <a href="CoreTasks/jar.html">Jar</a><br>
<a href="CoreTasks/java.html">Java</a><br> <a href="CoreTasks/java.html">Java</a><br>
<a href="CoreTasks/javac.html">Javac</a><br> <a href="CoreTasks/javac.html">Javac</a><br>
<a href="CoreTasks/javadoc.html">Javadoc/Javadoc2</a><br>
<a href="CoreTasks/javadoc.html">Javadoc/<i>Javadoc2</i></a><br>
<a href="CoreTasks/mail.html">Mail</a><br> <a href="CoreTasks/mail.html">Mail</a><br>
<a href="CoreTasks/mkdir.html">Mkdir</a><br> <a href="CoreTasks/mkdir.html">Mkdir</a><br>
<a href="CoreTasks/move.html">Move</a><br> <a href="CoreTasks/move.html">Move</a><br>


Loading…
Cancel
Save