Updated docs. Patch from Tim O'Brien. thanks!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-03-03 15:41:23 +00:00
parent 452092fb6d
commit f3b5e44893
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<tr>
<td>tasklist:generate</td>
<td>
Generates a list of tasks from the javadoc @task tag
Generates a list of tasks from the javadoc @todo tag
<br />
</td>
</tr>

View File

@@ -11,7 +11,7 @@
<p>
This plug-in produces a nicely formatted report of all the tasks that
have been listed in the Javadoc of your project's sources using
the <code>@task</code> tag.
the <code>@todo</code> tag.
</p>
</section>
</body>

View File

@@ -14,8 +14,8 @@
<td>maven.tasklist.taskTag</td>
<td>Yes</td>
<td>
The javadoc tag to look for. Defaults to <code>task</code>
so that <code>@task</code> tags are processed.
The javadoc tag to look for. Defaults to <code>todo</code>
so that <code>@todo</code> tags are processed.
</td>
</tr>
<tr>