Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Generation/
H A DDokkaGenerator.kt74 …isModule(environment, options, defaultPlatformsProvider, documentationModule.nodeRefGraph, logger)) in <lambda>()
/aosp_15_r20/external/dokka/core/src/test/kotlin/
H A DTestAPI.kt107 …sModule(environment, options, defaultPlatformsProvider, documentation.nodeRefGraph, DokkaConsoleLo… in appendDocumentation()
/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/
H A DDocumentationNode.kt204 val nodeRefGraph = NodeReferenceGraph() constant
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/
H A DDocumentationBuilder.kt1156 nodeRefGraph.resolveReferences() in DocumentationModule()