aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarcin Aman <maman@virtuslab.com>2020-06-03 09:30:28 +0200
committerPaweł Marks <pmarks@virtuslab.com>2020-06-12 14:15:24 +0200
commit3ca8ca75c60892de68f4fe18335aa79f4622c93c (patch)
tree19b4a936a602edfaf6eec8ec0882285e2af403fb /core
parentdd44b839eac1b7b647e97f2cc73dd96bd054713b (diff)
downloaddokka-3ca8ca75c60892de68f4fe18335aa79f4622c93c.tar.gz
dokka-3ca8ca75c60892de68f4fe18335aa79f4622c93c.tar.bz2
dokka-3ca8ca75c60892de68f4fe18335aa79f4622c93c.zip
Stdlib wrapping in signature
Diffstat (limited to 'core')
-rw-r--r--core/src/main/kotlin/pages/ContentNodes.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt
index d6105bec..b9a50cb6 100644
--- a/core/src/main/kotlin/pages/ContentNodes.kt
+++ b/core/src/main/kotlin/pages/ContentNodes.kt
@@ -224,7 +224,7 @@ enum class ContentKind : Kind {
}
enum class TextStyle : Style {
- Bold, Italic, Strong, Strikethrough, Paragraph, Block, Monospace, Indented, Cover, UnderCoverText
+ Bold, Italic, Strong, Strikethrough, Paragraph, Block, Span, Monospace, Indented, Cover, UnderCoverText, BreakableAfter, Breakable
}
enum class ContentStyle : Style {