aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-05-19 11:02:11 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-05-19 12:48:11 +0200
commite9d7fc75b46bb44f2c946b8cbb0636deb71e20dc (patch)
tree97e5e047b103643b11dc1a8bf1e3ceadccac393b /core
parent9d52a559b3f4200e793b94d4fc33f4adf501c0d5 (diff)
downloaddokka-e9d7fc75b46bb44f2c946b8cbb0636deb71e20dc.tar.gz
dokka-e9d7fc75b46bb44f2c946b8cbb0636deb71e20dc.tar.bz2
dokka-e9d7fc75b46bb44f2c946b8cbb0636deb71e20dc.zip
Fix params rendering in table
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 e7f027e3..8e1d01a7 100644
--- a/core/src/main/kotlin/pages/ContentNodes.kt
+++ b/core/src/main/kotlin/pages/ContentNodes.kt
@@ -221,7 +221,7 @@ enum class TextStyle : Style {
}
enum class ContentStyle : Style {
- KeyValue
+ RowTitle
}
object CommentTable: Style