aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrystianUjma <kujma@virtuslab.com>2019-05-08 12:21:21 +0200
committerKrystianUjma <kujma@virtuslab.com>2019-05-08 12:21:21 +0200
commit1d9eb081a759dd2f8920f942e5eb31c3d93357df (patch)
treed908332f114bb05b33ff5ffe8f24472cf5555b99
parent9b4217cd81ad088e08f39600791495d5a3e230c4 (diff)
downloaddokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.tar.gz
dokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.tar.bz2
dokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.zip
update readme.md - rename maven parameters
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 564dbe79..cb9e2644 100644
--- a/README.md
+++ b/README.md
@@ -342,9 +342,9 @@ The available configuration options are shown below:
</includes>
<!-- List of sample roots -->
- <samplesDirs>
+ <samples>
<dir>src/test/samples</dir>
- </samplesDirs>
+ </samples>
<!-- Used for linking to JDK, default: 6 -->
<jdkVersion>6</jdkVersion>
@@ -380,11 +380,11 @@ The available configuration options are shown below:
<sourceLinks>
<link>
<!-- Source directory -->
- <dir>${project.basedir}/src/main/kotlin</dir>
+ <path>${project.basedir}/src/main/kotlin</path>
<!-- URL showing where the source code can be accessed through the web browser -->
<url>https://github.com/cy6erGn0m/vertx3-lang-kotlin/blob/master/src/main/kotlin</url> <!-- //remove src/main/kotlin if you use "./" above -->
<!--Suffix which is used to append the line number to the URL. Use #L for GitHub -->
- <urlSuffix>#L</urlSuffix>
+ <lineSuffix>#L</lineSuffix>
</link>
</sourceLinks>