diff options
Diffstat (limited to 'plugins/base/src/main/kotlin/templating/ResolveLinkCommand.kt')
-rw-r--r-- | plugins/base/src/main/kotlin/templating/ResolveLinkCommand.kt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/base/src/main/kotlin/templating/ResolveLinkCommand.kt b/plugins/base/src/main/kotlin/templating/ResolveLinkCommand.kt deleted file mode 100644 index 1669b435..00000000 --- a/plugins/base/src/main/kotlin/templating/ResolveLinkCommand.kt +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */ - -package org.jetbrains.dokka.base.templating - -import org.jetbrains.dokka.links.DRI - -public class ResolveLinkCommand( - public val dri: DRI -): Command |