Home
last modified time | relevance | path

Searched refs:appendSourceLink (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DSourceLinks.kt11 fun DocumentationNode.appendSourceLink(psi: PsiElement?, sourceLinks: List<SourceLinkDefinition>) { in appendSourceLink() method
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt358 fun DocumentationNode.appendSourceLink(sourceElement: SourceElement) { in isDeprecation() method in DocumentationBuilder
359 appendSourceLink(sourceElement.getPsi(), options.sourceLinks) in isDeprecation()
640 node.appendSourceLink(source) in TypeAliasDescriptor()
673 node.appendSourceLink(source) in ClassDescriptor()
756 node.appendSourceLink(source) in build()
793 node.appendSourceLink(source) in PropertyDescriptor()