diff options
Diffstat (limited to 'build-docs.xml')
-rw-r--r-- | build-docs.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/build-docs.xml b/build-docs.xml deleted file mode 100644 index b46353b0..00000000 --- a/build-docs.xml +++ /dev/null @@ -1,20 +0,0 @@ -<project name="Dokka" default="document"> - <!-- Demonstrates the usage of the Dokka Ant task. Assumes Dokka has already been compiled --> - - <typedef resource="dokka-antlib.xml"> - <classpath> - <fileset dir="runners/fatjar/build/libs" includes="dokka-fatjar-*.jar"/> - </classpath> - </typedef> - - <path id="dokka.source.path"> - <pathelement location="core/src/main/kotlin"/> - <fileset dir="runners" includes="*/src/main/kotlin/**" /> - </path> - - <target name="document"> - <dokka srcref="dokka.source.path" outputdir="doc" modulename="dokka"> - <sourcelink path="." url="https://github.com/kotlin/dokka/blob/master" linesuffix="#L"/> - </dokka> - </target> -</project> |