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