aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-08-21 17:56:23 +0200
committerMarcin Aman <marcin.aman@gmail.com>2021-08-21 17:56:23 +0200
commit3df13a1bb6b5bab0f7d99c7b5e5fc2d8a64c47e9 (patch)
treead913e9fade97308b6911b1ffa536a2318a14d15
parent9be7ac19b3ad38c80c78f39443eb2f55b3b699c6 (diff)
downloaddokka-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.md3
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")