diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-08-21 17:56:23 +0200 |
---|---|---|
committer | Marcin Aman <marcin.aman@gmail.com> | 2021-08-21 17:56:23 +0200 |
commit | 3df13a1bb6b5bab0f7d99c7b5e5fc2d8a64c47e9 (patch) | |
tree | ad913e9fade97308b6911b1ffa536a2318a14d15 | |
parent | 9be7ac19b3ad38c80c78f39443eb2f55b3b699c6 (diff) | |
download | dokka-3df13a1bb6b5bab0f7d99c7b5e5fc2d8a64c47e9.tar.gz dokka-3df13a1bb6b5bab0f7d99c7b5e5fc2d8a64c47e9.tar.bz2 dokka-3df13a1bb6b5bab0f7d99c7b5e5fc2d8a64c47e9.zip |
Remove includes from example. 1.5.0 docs were manually updated
-rw-r--r-- | docs/src/doc/docs/user_guide/gradle/usage.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/src/doc/docs/user_guide/gradle/usage.md b/docs/src/doc/docs/user_guide/gradle/usage.md index aa9783b4..704b2b94 100644 --- a/docs/src/doc/docs/user_guide/gradle/usage.md +++ b/docs/src/doc/docs/user_guide/gradle/usage.md @@ -211,9 +211,6 @@ tasks.withType<DokkaTask>().configureEach { // custom output directory outputDirectory.set(buildDir.resolve("dokka")) - // path to project documentation to display on all modules page - includes.from(listOf(file("project_description.md"))) - dokkaSourceSets { named("customNameMain") { // The same name as in Kotlin Multiplatform plugin, so the sources are fetched automatically includes.from("packages.md", "extra.md") |