allow kdoc to link to the online source code in a source code repo (such as github)

This commit is contained in:
James Strachan
2012-04-13 15:07:37 +01:00
parent 37fcffc39d
commit 43261a7172
6 changed files with 173 additions and 26 deletions
+2 -1
View File
@@ -50,7 +50,8 @@
<ignorePackage>junit</ignorePackage>
<ignorePackage>org</ignorePackage>
</ignorePackages>
<sourceRootHref>https://github.com/JetBrains/kotlin/tree/master</sourceRootHref>
<projectRootDir>${project-root}</projectRootDir>
</configuration>
<executions>