KT-22815: Put colon after section names
This commit is contained in:
@@ -105,7 +105,7 @@ object KDocRenderer {
|
||||
}
|
||||
|
||||
private fun StringBuilder.renderSection(title: String, content: StringBuilder.() -> Unit) {
|
||||
append(SECTION_HEADER_START, title, SECTION_SEPARATOR)
|
||||
append(SECTION_HEADER_START, title, ":", SECTION_SEPARATOR)
|
||||
content()
|
||||
append(SECTION_END)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user