We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b809e commit 7728aa6Copy full SHA for 7728aa6
dokka-subprojects/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/pages/AllTypesPageNode.kt
@@ -9,6 +9,12 @@ import org.jetbrains.dokka.pages.ContentNode
9
import org.jetbrains.dokka.pages.ContentPage
10
import org.jetbrains.dokka.pages.PageNode
11
12
+/**
13
+ * This page is internal because it's an stdlib-specific feature,
14
+ * which is not intended for public use or customization.
15
+ *
16
+ * For more details, see https://github.com/Kotlin/dokka/issues/2887
17
+ */
18
internal class AllTypesPageNode(
19
override val content: ContentNode,
20
override val embeddedResources: List<String> = listOf()
0 commit comments