From 8016c1face1283952e228aee348487bf0421ab90 Mon Sep 17 00:00:00 2001 From: freya02 <41875020+freya022@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:33:01 +0200 Subject: Fix sources not being linked when using Maven (#3046) --- docs/topics/runners/dokka-maven.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/topics/runners/dokka-maven.md') 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`. - ${project.basedir}/src + src https://github.com/kotlin/dokka/tree/master/src #L @@ -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.

+

+ Note: Only Unix based paths are allowed, Windows-style paths will throw an error. +

-- cgit