aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-08-26 14:49:31 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-31 15:10:04 +0200
commit855718815ff58660a965b29247137355e67160c9 (patch)
tree82884ed2efc89adf3e44a22f3b24813238bb9e39 /core/src/main/kotlin
parent9bf535bf8c0b758fc0abf99b61208fa5430239d6 (diff)
downloaddokka-855718815ff58660a965b29247137355e67160c9.tar.gz
dokka-855718815ff58660a965b29247137355e67160c9.tar.bz2
dokka-855718815ff58660a965b29247137355e67160c9.zip
WIP
Diffstat (limited to 'core/src/main/kotlin')
-rw-r--r--core/src/main/kotlin/links/DRI.kt2
-rw-r--r--core/src/main/kotlin/links/canonicalPackageName.kt5
2 files changed, 5 insertions, 2 deletions
diff --git a/core/src/main/kotlin/links/DRI.kt b/core/src/main/kotlin/links/DRI.kt
index 8dfac80c..6e1038d9 100644
--- a/core/src/main/kotlin/links/DRI.kt
+++ b/core/src/main/kotlin/links/DRI.kt
@@ -1,7 +1,5 @@
package org.jetbrains.dokka.links
-import org.jetbrains.dokka.model.ClassKind
-
/**
* [DRI] stands for DokkaResourceIdentifier
*/
diff --git a/core/src/main/kotlin/links/canonicalPackageName.kt b/core/src/main/kotlin/links/canonicalPackageName.kt
new file mode 100644
index 00000000..5ef53933
--- /dev/null
+++ b/core/src/main/kotlin/links/canonicalPackageName.kt
@@ -0,0 +1,5 @@
+package org.jetbrains.dokka.links
+
+val DRI.canonicalPackageName: String get() {
+ TODO()
+}