Browse Source

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
master
Stefan Bodewig 16 years ago
parent
commit
4e9a6dca59
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/manual/CoreTasks/javadoc.html

+ 7
- 0
docs/manual/CoreTasks/javadoc.html View File

@@ -73,6 +73,13 @@ to &lt;javadoc&gt; using <tt>classpath</tt>, <tt>classpathref</tt> attributes or
the <code>useexternalfile</code> attribute to <code>true</code>
first.</p>

<p>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).</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>


Loading…
Cancel
Save