-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathjavadoc.xml
More file actions
10 lines (10 loc) · 749 Bytes
/
javadoc.xml
File metadata and controls
10 lines (10 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="protected" author="true" classpath="lib/tools.jar:soot.jar" destdir="doc" doctitle="Interprocedural Analysis using Value Contexts" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false"
packagenames="vasco, vasco.callgraph, vasco.soot, vasco.soot.examples" source="1.6" sourcepath="src" splitindex="false" use="true" version="true">
<link offline="true" href="http://download.oracle.com/javase/6/docs/api/" packagelistloc="offline/java" />
<link offline="true" href="http://www.sable.mcgill.ca/soot/doc/" packagelistloc="offline/soot" />
</javadoc>
</target>
</project>