blob: 8bb970e0ff7ed293fdf2d4a38a43d8703a3b6cef (
plain)
1
2
3
4
5
6
7
|
/*
* 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
class AddToNavigationCommand(val moduleName: String) : Command
|