diff options
author | KrystianUjma <kujma@virtuslab.com> | 2019-05-08 12:21:21 +0200 |
---|---|---|
committer | KrystianUjma <kujma@virtuslab.com> | 2019-05-08 12:21:21 +0200 |
commit | 1d9eb081a759dd2f8920f942e5eb31c3d93357df (patch) | |
tree | d908332f114bb05b33ff5ffe8f24472cf5555b99 | |
parent | 9b4217cd81ad088e08f39600791495d5a3e230c4 (diff) | |
download | dokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.tar.gz dokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.tar.bz2 dokka-1d9eb081a759dd2f8920f942e5eb31c3d93357df.zip |
update readme.md - rename maven parameters
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |