From f3b5e44893b8f612c9505133cd6407bc2486b7fb Mon Sep 17 00:00:00 2001 From: kaz Date: Mon, 3 Mar 2003 15:41:23 +0000 Subject: [PATCH] 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 --- tasklist/xdocs/goals.xml | 2 +- tasklist/xdocs/index.xml | 2 +- tasklist/xdocs/properties.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasklist/xdocs/goals.xml b/tasklist/xdocs/goals.xml index 3cd5001b..07ccf2c0 100644 --- a/tasklist/xdocs/goals.xml +++ b/tasklist/xdocs/goals.xml @@ -23,7 +23,7 @@ tasklist:generate - Generates a list of tasks from the javadoc @task tag + Generates a list of tasks from the javadoc @todo tag
diff --git a/tasklist/xdocs/index.xml b/tasklist/xdocs/index.xml index 20971a16..aef8c289 100644 --- a/tasklist/xdocs/index.xml +++ b/tasklist/xdocs/index.xml @@ -11,7 +11,7 @@

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 @task tag. + the @todo tag.

diff --git a/tasklist/xdocs/properties.xml b/tasklist/xdocs/properties.xml index 3dcc12ae..e136fd41 100644 --- a/tasklist/xdocs/properties.xml +++ b/tasklist/xdocs/properties.xml @@ -14,8 +14,8 @@ maven.tasklist.taskTag Yes - The javadoc tag to look for. Defaults to task - so that @task tags are processed. + The javadoc tag to look for. Defaults to todo + so that @todo tags are processed.