Skip to content

Commit 7728aa6

Browse files
Add documentation for AllTypesPageNode
Co-authored-by: Ignat Beresnev <ignat.beresnev@jetbrains.com>
1 parent 55b809e commit 7728aa6

File tree

1 file changed

+6
-0
lines changed
  • dokka-subprojects/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/pages

1 file changed

+6
-0
lines changed

dokka-subprojects/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/pages/AllTypesPageNode.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ import org.jetbrains.dokka.pages.ContentNode
99
import org.jetbrains.dokka.pages.ContentPage
1010
import org.jetbrains.dokka.pages.PageNode
1111

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+
*/
1218
internal class AllTypesPageNode(
1319
override val content: ContentNode,
1420
override val embeddedResources: List<String> = listOf()

0 commit comments

Comments
 (0)