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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user