aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-08-05 13:25:55 +0200
committerGitHub <noreply@github.com>2022-08-05 13:25:55 +0200
commitefed96e969d8f5afe21197805851aca65ceb643a (patch)
treea848d331d8db45393452c704ccaf17e704b062eb /core
parent7b020f000aa7ea868d5d3037e68eaec621ef9972 (diff)
downloaddokka-efed96e969d8f5afe21197805851aca65ceb643a.tar.gz
dokka-efed96e969d8f5afe21197805851aca65ceb643a.tar.bz2
dokka-efed96e969d8f5afe21197805851aca65ceb643a.zip
Add a distinct divider between function/property overloads (#2585)
Diffstat (limited to 'core')
-rw-r--r--core/src/main/kotlin/pages/ContentNodes.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt
index a09a2cb5..a0f2fd74 100644
--- a/core/src/main/kotlin/pages/ContentNodes.kt
+++ b/core/src/main/kotlin/pages/ContentNodes.kt
@@ -36,7 +36,6 @@ data class ContentText(
override fun hasAnyContent(): Boolean = text.isNotBlank()
}
-// TODO: Remove
data class ContentBreakLine(
override val sourceSets: Set<DisplaySourceSet>,
override val dci: DCI = DCI(emptySet(), ContentKind.Empty),