From 4e9a6dca59177ec431f6e2f85f3f545ec6db3e96 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 19 Jun 2009 14:01:23 +0000 Subject: [PATCH] document that javadoc merges the different ways to specify input. PR 47196 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@786510 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javadoc.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index bfa70bfe3..1f980e6ce 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -73,6 +73,13 @@ to <javadoc> using classpath, classpathref attributes or the useexternalfile attribute to true first.

+

If you use multiple ways to specify where javadoc should be looking + for sources your result will be the union of all specified + documentations. If you, e.g., specify a sourcepath attribute and + also a nested packageset both pointing at the same directory your + excludepackagenames attribute won't have any effect unless it agrees + with the exclude patterns of the packageset (and vice versa).

+

Parameters