From 6cbd301d147df65007108bbbbf6239071815b217 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 19 Sep 2003 07:46:31 +0000
Subject: [PATCH] Add pointers from attributes to nested elements, PR 23165
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275262 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/javadoc.html | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html
index 9bed53003..4b5b84a4a 100644
--- a/docs/manual/CoreTasks/javadoc.html
+++ b/docs/manual/CoreTasks/javadoc.html
@@ -67,7 +67,8 @@ means any VM of at least version 1.2.
sourcefiles |
- Comma separated list of source files |
+ Comma separated list of source files -- see also
+ the nested source element. |
all |
@@ -85,7 +86,7 @@ means any VM of at least version 1.2.
packagenames |
Comma separated list of package files (with terminating
- wildcard) |
+ wildcard) -- see also the nested package
element.
all |
No |
@@ -246,21 +247,25 @@ means any VM of at least version 1.2.
link |
- Create links to javadoc output at the given URL |
+ Create links to javadoc output at the given URL
+ -- see also the nested link element. |
1.2+ |
No |
linkoffline |
Link to docs at <url> using package list at
- <url2> - separate the URLs by using a space character. |
+ <url2> - separate the URLs by using a space character -- see
+ also the nested link
element.
1.2+ |
No |
group |
Group specified packages together in overview
- page. The format is as described below. |
+ page. The format is as described below -- see also the nested
+ group
element.
1.2+ |
No |
@@ -333,7 +338,9 @@ means any VM of at least version 1.2.
doclet |
- Specifies the class file that starts the doclet used in generating the documentation. |
+ Specifies the class file that starts the doclet
+ used in generating the documentation -- see also the nested
+ doclet element. |
1.2+ |
No |
@@ -354,8 +361,9 @@ means any VM of at least version 1.2.
additionalparam |
Lets you add additional parameters to the javadoc
- command line. Useful for doclets. Parameters containing
- spaces need to be quoted using ". |
+ command line. Useful for doclets. Parameters containing spaces
+ need to be quoted using " -- see also the nested
+ arg
element.
all |
No |
@@ -369,7 +377,7 @@ means any VM of at least version 1.2.
excludepackagenames |
comma separated list of packages you don't want
- docs for. |
+ docs for -- see also the nested excludepackage
element.
all |
No |