added useExternalFile flag to javadoc task (patch 1001577, contributed by Brant Langer Gurganus)
This commit is contained in:
parent
6cc11418ff
commit
37cdcf101c
|
|
@ -551,6 +551,7 @@
|
|||
classpathref="javadoc.classpath"
|
||||
Use="true"
|
||||
Footer="<a target="_top" href="./{@docRoot}/../index.html">Back to the Checkstyle Home Page</a>"
|
||||
useExternalFile="yes"
|
||||
failonerror="yes" >
|
||||
<fileset dir="src/checkstyle">
|
||||
<exclude name="**/Generated*.java" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue