File: annotationJavadoc.xml

package info (click to toggle)
findbugs 2.0.3%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,220 kB
  • ctags: 19,327
  • sloc: java: 123,960; xml: 30,230; sh: 356; sql: 126; perl: 122; makefile: 45
file content (6 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc">
<target name="javadoc">
    <javadoc access="public" author="true" classpath="/usr/share/java/findbugs-bcel.jar:/usr/share/java/junit4.jar:/usr/share/java/dom4j.jar" destdir="doc/annotationDoc" doctitle="FindBugs Annotation Documentation" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="edu.umd.cs.findbugs.annotations" source="1.5" sourcepath="src/tools:src/java:src/junit" splitindex="true" use="true" version="true"/>
</target>
</project>