Home
last modified time | relevance | path

Searched refs:enumerateSupportFiles (Results 1 – 4 of 4) sorted by relevance

/external/dokka/core/src/main/kotlin/Formats/
DFormatService.kt20 fun enumerateSupportFiles(callback: (resource: String, targetPath: String) -> Unit) { in createOutputBuilder() method
DKotlinWebsiteHtmlFormatService.kt181 override fun enumerateSupportFiles(callback: (String, String) -> Unit) {} in enumerateSupportFiles() method
DHtmlFormatService.kt102 override fun enumerateSupportFiles(callback: (String, String) -> Unit) { in enumerateSupportFiles() method
/external/dokka/core/src/main/kotlin/Generation/
DFileGenerator.kt62 formatService.enumerateSupportFiles { resource, targetPath -> in <lambda>()