really simple implementation of kdoc that lets us navigate the packages and classes at least (though the package name is not correct :)

This commit is contained in:
James Strachan
2012-02-22 14:02:28 +00:00
parent f771158d30
commit 19a67c8edf
3 changed files with 29 additions and 25 deletions
+3
View File
@@ -71,6 +71,9 @@
<fileset dir="${basedir}/kdoc/target">
<include name="**/*.jar"/>
</fileset>
<!-- TODO Dirty Hack until kdoc jar has stdlib inside it -->
<pathelement location="${output}/classes/stdlib"/>
</classpath>
<arg value="-src"/>
<arg value="${basedir}/stdlib/ktSrc"/>