update build script for new distribution of dokka
This commit is contained in:
Generated
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
<buildFile url="file://$PROJECT_DIR$/libraries/build-docs.xml">
|
<buildFile url="file://$PROJECT_DIR$/libraries/build-docs.xml">
|
||||||
<maximumHeapSize value="1024" />
|
<maximumHeapSize value="1024" />
|
||||||
<properties>
|
<properties>
|
||||||
<property name="dokka.path" value="../../dokka/out/artifacts" />
|
<property name="dokka.path" value="../../dokka" />
|
||||||
</properties>
|
</properties>
|
||||||
</buildFile>
|
</buildFile>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -2,7 +2,12 @@
|
|||||||
<!-- Generates the standard library documentation using Dokka. -->
|
<!-- Generates the standard library documentation using Dokka. -->
|
||||||
<typedef resource="dokka-antlib.xml">
|
<typedef resource="dokka-antlib.xml">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${dokka.path}/dokka.jar"/>
|
<fileset dir="${dokka.path}/lib">
|
||||||
|
<include name="*.jar"/>
|
||||||
|
</fileset>
|
||||||
|
|
||||||
|
<!-- used for running locally -->
|
||||||
|
<pathelement path="${dokka.path}/out/artifacts/dokka.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</typedef>
|
</typedef>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user