From 048015b7d891edd74c8d458aa582a504511872c6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Sep 2018 20:27:53 +0200 Subject: BZ 62424 minimal module support for javadoc --- manual/Tasks/javadoc.html | 73 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 64 insertions(+), 9 deletions(-) (limited to 'manual') diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html index 430435ff8..a32ed4786 100644 --- a/manual/Tasks/javadoc.html +++ b/manual/Tasks/javadoc.html @@ -92,9 +92,9 @@ to <javadoc> using classpath, classpathref attributes or sourcepath Specify where to find source files all - At least one of the three or nested - <sourcepath>, <fileset> or - <packageset> + At least one of the four or nested + <sourcepath>, <fileset>. + module or <packageset> sourcepathref @@ -108,6 +108,12 @@ to <javadoc> using classpath, classpathref attributes or the nested source element. all + + modulenames + Comma separated list of module names -- see also + the nested module element. since Ant 1.9.14 + all + destdir Destination directory for output files @@ -530,6 +536,36 @@ to <javadoc> using classpath, classpathref attributes or 1.4 No + + modulesourcepath + Specify where to find module source files + since Ant 1.9.14 + all + No + + + modulesourcepathref + Specify where to find module source files by reference to a PATH defined elsewhere. + since Ant 1.9.14 + all + No + + + modulepath + Specify where to find module files + since Ant 1.9.14 + all + No + + + modulepathref + Specify where to find module files by reference to a PATH defined elsewhere. + since Ant 1.9.14 + all + No +

Format of the group attribute

@@ -607,6 +643,24 @@ javadoc as source files.

Parameters
Same as for package. +

module

+

since Ant 1.9.14

+

Same as one entry in the list given by modulenames.

+ +
Parameters
+ + + + + + + + + + + +
AttributeDescriptionRequired
nameThe module nameYes
+

source

Same as one entry in the list given by sourcefiles.

@@ -830,12 +884,13 @@ the javadoc program. -

sourcepath, classpath and bootclasspath

-

Javadoc's sourcepath, classpath and -bootclasspath attributes are PATH like -structure and can also be set via nested sourcepath, -classpath and bootclasspath elements -respectively.

+

sourcepath, classpath, bootclasspath, modulepath, modulesourcepath

+

Javadoc's sourcepath, classpath, +bootclasspath, modulepath, and modulesourcepath +attributes are PATH like structure +and can also be set via nested sourcepath, +classpath, bootclasspath, modulepath, +and modulesourcepath elements respectively.

arg

-- cgit v1.2.1