diff options
Diffstat (limited to 'build-docs.xml')
-rw-r--r-- | build-docs.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build-docs.xml b/build-docs.xml index 71d4c19f..c2d51bcf 100644 --- a/build-docs.xml +++ b/build-docs.xml @@ -7,8 +7,12 @@ </classpath> </typedef> + <path id="dokka.source.path"> + <pathelement location="core/src/main/kotlin"/> + </path> + <target name="document"> - <dokka src="core/src/main/kotlin" outputdir="doc" modulename="dokka"> + <dokka srcref="dokka.source.path" outputdir="doc" modulename="dokka"> <sourcelink path="." url="https://github.com/kotlin/dokka/blob/master" linesuffix="#L"/> </dokka> </target> |