commit | 3e7a2230ec75b59ae9b4aad292f51df2542ced7d | [log] [tgz] |
---|---|---|
author | Jesse Wilson <[email protected]> | Tue Jan 10 12:26:29 2012 -0500 |
committer | Jesse Wilson <[email protected]> | Tue Jan 10 12:26:29 2012 -0500 |
tree | 9f9aba9aabbe41dee649f2b50eb91c8880ded080 | |
parent | 242b6fb150cd9fc4e0b871b9595bc1bdd84cceab [diff] [blame] |
More documentation, including method documentation for all methods on Code.
diff --git a/build.xml b/build.xml index 0c2bcca..af28222 100644 --- a/build.xml +++ b/build.xml
@@ -40,6 +40,7 @@ <mkdir dir="build/api"/> <javadoc destdir="build/api" windowtitle="dexmaker" source="1.5"> <packageset dir="src/main/java"/> + <link href="http://download.oracle.com/javase/6/docs/api/"/> </javadoc> </target>