aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorKrystianUjma <kujma@virtuslab.com>2019-04-09 20:43:49 +0200
committerKrystianUjma <kujma@virtuslab.com>2019-04-09 20:44:37 +0200
commit9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (patch)
treec463e28167cb2107e3597ae63563139f36b69e26 /core/src/main
parent49800d9c8276ec8851bcc3b181563cd6e0f8f4b9 (diff)
downloaddokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.tar.gz
dokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.tar.bz2
dokka-9b4a616e483e4ce0dc4dd74a66a585454bda3f2c.zip
fix tests- fails caused by bad index.html paths and missing paragraphs.
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/kotlin/Formats/StructuredFormatService.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Formats/StructuredFormatService.kt b/core/src/main/kotlin/Formats/StructuredFormatService.kt
index 70cf4311..5aa1131c 100644
--- a/core/src/main/kotlin/Formats/StructuredFormatService.kt
+++ b/core/src/main/kotlin/Formats/StructuredFormatService.kt
@@ -775,7 +775,9 @@ abstract class StructuredOutputBuilder(val to: StringBuilder,
appendPlatforms(platforms)
}
// appendHeader(level = 4) {
+ appendParagraph {
appendLink(memberLocation)
+ }
// if (members.singleOrNull()?.kind != NodeKind.ExternalClass) {
// appendPlatforms(platforms)
// }