diff --git a/plug-ins/index.html b/plug-ins/index.html index 1baae44..24d51cc 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -322,17 +322,34 @@ $ ./kobaltw uploadJcenter // ... dokka { - args("-output", "markdown") - linkMapping { + outputFormat = "markdown" + sourceLinks { dir = "src/main/kotlin" url = "https://github.com/cy6erGn0m/vertx3-lang-kotlin/blob/master/src/main/kotlin" - suffix = "#L" + urlSuffix = "#L" } }
- You can then generate your documentation by running the dokka
task.
+ You can then generate your documentation by running the dokka
task. Here is the full list of configuration parameters allowed:
@sample
tag).html
, markdown
, jekyll
,
+ or javadoc
.