Home
last modified time | relevance | path

Searched defs:effectivePackageOptions (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt76 …fun effectivePackageOptions(pack: String): PackageOptions = perPackageOptions.firstOrNull { pack =… in <lambda>() method
77 …fun effectivePackageOptions(pack: FqName): PackageOptions = effectivePackageOptions(pack.asString(… in <lambda>() method