diff options
Diffstat (limited to 'docs/topics')
-rw-r--r-- | docs/topics/runners/dokka-maven.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/topics/runners/dokka-maven.md b/docs/topics/runners/dokka-maven.md index 14551c91..bc51d5fe 100644 --- a/docs/topics/runners/dokka-maven.md +++ b/docs/topics/runners/dokka-maven.md @@ -407,7 +407,7 @@ function in `kotlinx.coroutines`. <configuration> <sourceLinks> <link> - <path>${project.basedir}/src</path> + <path>src</path> <url>https://github.com/kotlin/dokka/tree/master/src</url> <lineSuffix>#L</lineSuffix> </link> @@ -422,6 +422,9 @@ function in `kotlinx.coroutines`. The path to the local source directory. The path must be relative to the root of the current module. </p> + <p> + Note: Only Unix based paths are allowed, Windows-style paths will throw an error. + </p> </def> <def title="url"> <p> |