aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-07-08 15:14:48 +0200
committerGitHub <noreply@github.com>2022-07-08 15:14:48 +0200
commit393491918eb31fd1896c747e636965f917754b1b (patch)
treee04ceff74b3b6abd3619dd29eabcf0da44f2432f /core
parent3ee4fd840a93d976631535450f9b9402b3c89af8 (diff)
downloaddokka-393491918eb31fd1896c747e636965f917754b1b.tar.gz
dokka-393491918eb31fd1896c747e636965f917754b1b.tar.bz2
dokka-393491918eb31fd1896c747e636965f917754b1b.zip
Revise developer guides documentation (#2523)
Diffstat (limited to 'core')
-rw-r--r--core/src/main/kotlin/pages/ContentNodes.kt5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt
index 0e89b3f6..59364af9 100644
--- a/core/src/main/kotlin/pages/ContentNodes.kt
+++ b/core/src/main/kotlin/pages/ContentNodes.kt
@@ -317,9 +317,8 @@ interface Style
interface Kind
/**
- * [ContentKind] represents a grouping of content of one kind. This can be rendered
- * as either a part of a composite page (one tab/block within a class's page, for instance)
- * or as a separate page altogether.
+ * [ContentKind] represents a grouping of content of one kind that can can be rendered
+ * as part of a composite page (one tab/block within a class's page, for instance).
*/
enum class ContentKind : Kind {