aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-10-29 13:44:04 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-10-29 13:44:04 +0100
commitaf5cd353271120a6ef9853a3913d5e828747178e (patch)
treee85638ba26898a3431bf9cfe9d687210de5f0794 /src
parent4e09ac20457e2c4398406a1c23bf1f435f31349e (diff)
downloaddokka-af5cd353271120a6ef9853a3913d5e828747178e.tar.gz
dokka-af5cd353271120a6ef9853a3913d5e828747178e.tar.bz2
dokka-af5cd353271120a6ef9853a3913d5e828747178e.zip
cleanup after merge
Diffstat (limited to 'src')
-rw-r--r--src/Model/DocumentationNode.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Model/DocumentationNode.kt b/src/Model/DocumentationNode.kt
index 4a77f761..44e9099e 100644
--- a/src/Model/DocumentationNode.kt
+++ b/src/Model/DocumentationNode.kt
@@ -141,7 +141,6 @@ fun DocumentationNode.findOrCreatePackageNode(packageName: String, packageConten
fun DocumentationNode.append(child: DocumentationNode, kind: DocumentationReference.Kind) {
addReferenceTo(child, kind)
- @suppress("NON_EXHAUSTIVE_WHEN")
when (kind) {
DocumentationReference.Kind.Detail -> child.addReferenceTo(this, DocumentationReference.Kind.Owner)
DocumentationReference.Kind.Member -> child.addReferenceTo(this, DocumentationReference.Kind.Owner)