diff options
-rw-r--r-- | core/src/main/kotlin/Model/DocumentationNode.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/Model/DocumentationNode.kt b/core/src/main/kotlin/Model/DocumentationNode.kt index 5312915b..8da099ca 100644 --- a/core/src/main/kotlin/Model/DocumentationNode.kt +++ b/core/src/main/kotlin/Model/DocumentationNode.kt @@ -1,4 +1,4 @@ -package org.jetbrains.dokka +package org.jetbrains.dokka.Model import org.jetbrains.dokka.links.Callable import org.jetbrains.dokka.links.DRI |