diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2019-09-18 17:19:28 +0200 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2019-09-18 17:19:28 +0200 |
commit | 0ba2e229d38ecc02bf34d9b78f57f992d0ec3369 (patch) | |
tree | 3cc02e725e58ec047bf6388d0ead3c3f92d90316 /README.md | |
parent | 4560c64d5197a8f82b4c8a3eb1889a031309daa8 (diff) | |
download | dokka-0ba2e229d38ecc02bf34d9b78f57f992d0ec3369.tar.gz dokka-0ba2e229d38ecc02bf34d9b78f57f992d0ec3369.tar.bz2 dokka-0ba2e229d38ecc02bf34d9b78f57f992d0ec3369.zip |
Readme update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -376,6 +376,8 @@ apply plugin: 'org.jetbrains.dokka' ``` There is also a `noAndroidSdkLink` configuration parameter that works similar to `noJdkLink` and `noStdlibLink` +By default the variant documented by dokka is the first release variant encountered. If you want to change that, +you can disable the autoconfiguration and configure dokka manually. ### Using the Maven plugin |