hfhbd
04/24/2024, 7:52 AMKtorDsl
, declared here https://github.com/ktorio/ktor/blob/5f27f303bd26a361430b45fe173434d35986f52a/ktor-io/common/src/io/ktor/utils/io/Annotations.kt#L80 but its not visible in the documentation: https://api.ktor.io/ktor-client/ktor-client-plugins/ktor-client-auth/io.ktor.client.plugins.auth/-auth-config/index.htmlhfhbd
04/24/2024, 7:55 AMephemient
04/24/2024, 8:05 AMephemient
04/24/2024, 8:07 AM@MustBeDocumented annotation class Serializable
so it appears in documentation
https://github.com/ktorio/ktor/blob/main/ktor-io/common/src/io/ktor/utils/io/Annotations.kt is annotation class KtorDsl
(no @MustBeDocumented
) so it does not appear in documentationhfhbd
04/24/2024, 8:15 AM