aboutsummaryrefslogtreecommitdiff
path: root/src/Formats
diff options
context:
space:
mode:
authorSergey Mashkov <sergey.mashkov@jetbrains.com>2015-08-06 11:36:38 +0300
committerSergey Mashkov <sergey.mashkov@jetbrains.com>2015-08-06 11:36:38 +0300
commit4ed808d935125ab370d988f9cb32d96839959964 (patch)
tree1efa5411da382a87ac442f728e4275142a634e07 /src/Formats
parent6012a2842da93a03c72e6ef6ccc4ed5097801610 (diff)
downloaddokka-4ed808d935125ab370d988f9cb32d96839959964.tar.gz
dokka-4ed808d935125ab370d988f9cb32d96839959964.tar.bz2
dokka-4ed808d935125ab370d988f9cb32d96839959964.zip
~ description constant
Diffstat (limited to 'src/Formats')
-rw-r--r--src/Formats/StructuredFormatService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Formats/StructuredFormatService.kt b/src/Formats/StructuredFormatService.kt
index a90c60b1..1c2e5338 100644
--- a/src/Formats/StructuredFormatService.kt
+++ b/src/Formats/StructuredFormatService.kt
@@ -139,7 +139,7 @@ public abstract class StructuredFormatService(locationService: LocationService,
fun appendDescription(location: Location, to: StringBuilder, node: DocumentationNode) {
if (node.content.description != ContentEmpty) {
- appendHeader(to, "Description", 3)
+ appendHeader(to, ContentTags.Description, 3)
appendLine(to, formatText(location, node.content.description))
appendLine(to)
}