aboutsummaryrefslogtreecommitdiff
path: root/src/Kotlin/KotlinLanguageService.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-02-10 19:42:30 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-02-10 19:42:30 +0100
commitc5e98b1481c48954b6336916eca3644adb5f9372 (patch)
tree026df0fbc1aaf1f0fe96143d32571e8374825d75 /src/Kotlin/KotlinLanguageService.kt
parentebbf265dbe9d5fe37e56c9baa567edaf21dd16fa (diff)
downloaddokka-c5e98b1481c48954b6336916eca3644adb5f9372.tar.gz
dokka-c5e98b1481c48954b6336916eca3644adb5f9372.tar.bz2
dokka-c5e98b1481c48954b6336916eca3644adb5f9372.zip
fix links to supertypes
Diffstat (limited to 'src/Kotlin/KotlinLanguageService.kt')
-rw-r--r--src/Kotlin/KotlinLanguageService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kotlin/KotlinLanguageService.kt b/src/Kotlin/KotlinLanguageService.kt
index 26eee435..526582e6 100644
--- a/src/Kotlin/KotlinLanguageService.kt
+++ b/src/Kotlin/KotlinLanguageService.kt
@@ -58,7 +58,7 @@ class KotlinLanguageService : LanguageService {
}
}
- private fun ContentBlock.renderLinked(node: DocumentationNode, body: ContentNode.(DocumentationNode)->Unit) {
+ private fun ContentBlock.renderLinked(node: DocumentationNode, body: ContentBlock.(DocumentationNode)->Unit) {
val to = node.links.firstOrNull()
if (to == null)
body(node)