From 28e1924ac4f472aef2d046eea725a6d81caa0841 Mon Sep 17 00:00:00 2001 From: evenisse Date: Fri, 21 Mar 2003 14:51:06 +0000 Subject: [PATCH] Add custom tags support. This option is only available with Java 1.4. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113166 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/project.xml | 2 +- javadoc/xdocs/changes.xml | 7 ++++++- javadoc/xdocs/properties.xml | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/javadoc/project.xml b/javadoc/project.xml index e617a362..08bb0b30 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -5,7 +5,7 @@ 3 maven-javadoc-plugin Maven Javadoc Plug-in - 1.1 + 1.2-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/javadoc/ diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 4255c592..db353ff6 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -6,7 +6,12 @@ - + + + Added a custom tags support. This option is only available with Java 1.4. + + + Added a report with the javadoc run contents diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 3efea69e..6b59fddf 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -114,6 +114,30 @@ from the project descriptor. + + maven.javadoc.customtags + Yes + + Specifies custom tags to use for the generated + Javadocs. You can specify some tags separate by space. + Each tag is describe in sub properties. + This option is only available with Java 1.4. + Sample : + + + +