diff options
Diffstat (limited to 'plugins/base/src/main/kotlin/templating/ReplaceVersionsCommand.kt')
-rw-r--r-- | plugins/base/src/main/kotlin/templating/ReplaceVersionsCommand.kt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/base/src/main/kotlin/templating/ReplaceVersionsCommand.kt b/plugins/base/src/main/kotlin/templating/ReplaceVersionsCommand.kt deleted file mode 100644 index 62a51047..00000000 --- a/plugins/base/src/main/kotlin/templating/ReplaceVersionsCommand.kt +++ /dev/null @@ -1,7 +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 - -public data class ReplaceVersionsCommand(val location: String = ""): Command |