aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 81a4dea9..a11200f4 100644
--- a/build.xml
+++ b/build.xml
@@ -4,6 +4,8 @@
<typedef resource="dokka-antlib.xml" classpath="out/artifacts/dokka.jar"/>
<target name="document">
- <dokka src="src" outputdir="doc" modulename="dokka"/>
+ <dokka src="src" outputdir="doc" modulename="dokka">
+ <sourcelink path="." url="https://github.com/orangy/dokka/blob/master" linesuffix="#L"/>
+ </dokka>
</target>
</project>