Searched refs:contentRootFromPath (Results 1 – 5 of 5) sorted by relevance
/external/dokka/core/src/test/kotlin/format/ |
D | KotlinWebSiteFormatTest.kt | 62 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/jvm.kt"), defaultPl… in <lambda>() 63 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/jre7.kt"), defaultP… in <lambda>() 64 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/js.kt"), defaultPla… in <lambda>()
|
D | KotlinWebSiteHtmlFormatTest.kt | 73 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/jvm.kt"), defa… in <lambda>() 74 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/jre7.kt"), def… in <lambda>() 75 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/js.kt"), defau… in <lambda>()
|
D | MarkdownFormatTest.kt | 337 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/jvm.kt"), defaultPlatforms … in <lambda>() 448 contentRootFromPath("$filePath.kt"), in <lambda>() 449 contentRootFromPath("$filePath.1.kt") in <lambda>() 473 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/jvm.kt"), defaultPlatforms … in <lambda>() 474 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/js.kt"), defaultPlatforms =… in <lambda>()
|
/external/dokka/core/src/test/kotlin/ |
D | TestAPI.kt | 121 verifyModel(contentRootFromPath(source), in verifyModel() 208 arrayOf(contentRootFromPath(path)), in verifyOutput()
|
/external/dokka/core/src/main/kotlin/Analysis/ |
D | AnalysisEnvironment.kt | 245 fun contentRootFromPath(path: String): ContentRoot { in contentRootFromPath() method
|