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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user