Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions runtime/auth/aws-credentials/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-credentials"
}
4 changes: 0 additions & 4 deletions runtime/auth/aws-signing-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-signing-common"
}
4 changes: 0 additions & 4 deletions runtime/auth/aws-signing-crt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-signing-crt"
}
4 changes: 0 additions & 4 deletions runtime/auth/aws-signing-default/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-signing-default"
}
4 changes: 0 additions & 4 deletions runtime/auth/aws-signing-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-signing-tests"
}
4 changes: 0 additions & 4 deletions runtime/auth/http-auth-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-auth-api"
}
4 changes: 0 additions & 4 deletions runtime/auth/http-auth-aws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-auth-aws"
}
4 changes: 0 additions & 4 deletions runtime/auth/http-auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-auth"
}
4 changes: 0 additions & 4 deletions runtime/auth/identity-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ kotlin {
}
}
}

dokka {
modulePath = "identity-api"
}
10 changes: 10 additions & 0 deletions runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,14 @@ dependencies {
it.plugins.apply("dokka-convention") // Apply the Dokka conventions plugin to the submodule
dokka(project(it.path)) // Aggregate the submodule's generated documentation
}

subprojects {
if (excludeFromDocumentation.contains([email protected])) {
return@subprojects
}

dokka {
modulePath = [email protected]
}
}
}
4 changes: 0 additions & 4 deletions runtime/crt-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ kotlin {
}
}
}

dokka {
modulePath = "crt-util"
}
4 changes: 0 additions & 4 deletions runtime/observability/logging-slf4j2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ kotlin {
}
}
}

dokka {
modulePath = "logging-slf4j2"
}
4 changes: 0 additions & 4 deletions runtime/observability/telemetry-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ kotlin {
}
}
}

dokka {
modulePath = "telemetry-api"
}
4 changes: 0 additions & 4 deletions runtime/observability/telemetry-defaults/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ kotlin {
}
}
}

dokka {
modulePath = "telemetry-defaults"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ kotlin {
}
}
}

dokka {
modulePath = "telemetry-provider-micrometer"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ kotlin {
}
}
}

dokka {
modulePath = "telemetry-provider-otel"
}
4 changes: 0 additions & 4 deletions runtime/protocol/aws-event-stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-event-stream"
}
4 changes: 0 additions & 4 deletions runtime/protocol/aws-json-protocols/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-json-protocols"
}
4 changes: 0 additions & 4 deletions runtime/protocol/aws-protocol-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-protocol-core"
}
4 changes: 0 additions & 4 deletions runtime/protocol/aws-xml-protocols/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ kotlin {
}
}
}

dokka {
modulePath = "aws-xml-protocols"
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-client-engine-crt"
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-client-engine-default"
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-client-engine-okhttp"
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,3 @@ tasks.jvmTest {
gradle.buildFinished {
startTestServers.stop()
}

dokka {
modulePath = "test-suite"
}
4 changes: 0 additions & 4 deletions runtime/protocol/http-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-client"
}
4 changes: 0 additions & 4 deletions runtime/protocol/http-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http-test"
}
4 changes: 0 additions & 4 deletions runtime/protocol/http/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ kotlin {
}
}
}

dokka {
modulePath = "http"
}
4 changes: 0 additions & 4 deletions runtime/protocol/smithy-rpcv2-protocols/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ kotlin {
}
}
}

dokka {
modulePath = "smithy-rpcv2-protocols"
}
4 changes: 0 additions & 4 deletions runtime/runtime-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ kotlin {
}
}
}

dokka {
modulePath = "runtime-core"
}
4 changes: 0 additions & 4 deletions runtime/serde/serde-cbor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ kotlin {
}
}
}

dokka {
modulePath = "serde-cbor"
}
4 changes: 0 additions & 4 deletions runtime/serde/serde-form-url/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ kotlin {
}
}
}

dokka {
modulePath = "serde-form-url"
}
4 changes: 0 additions & 4 deletions runtime/serde/serde-json/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ kotlin {
}
}
}

dokka {
modulePath = "serde-json"
}
4 changes: 0 additions & 4 deletions runtime/serde/serde-xml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ kotlin {
}
}
}

dokka {
modulePath = "serde-xml"
}
4 changes: 0 additions & 4 deletions runtime/smithy-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ kotlin {
}
}
}

dokka {
modulePath = "smithy-client"
}
Loading