Home
last modified time | relevance | path

Searched refs:allServices (Results 1 – 3 of 3) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt193 val services = ServiceLocator.allServices("inbound-link-resolver").associateBy { it.name } in <lambda>()
196 .allServices("format")
/external/dokka/core/src/main/kotlin/Utilities/
DServiceLocator.kt64 fun allServices(category: String): List<ServiceDescriptor> { in <lambda>() method
DDokkaModules.kt63 ServiceLocator.allServices(category).forEach { in registerCategory()