aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/utils
diff options
context:
space:
mode:
authorAndrzej Ratajczak <andrzej.ratajczak98@gmail.com>2020-06-08 11:34:15 +0200
committerPaweł Marks <pmarks@virtuslab.com>2020-06-12 14:15:24 +0200
commitcf5b1aff6e7bb51414f80ff71f8d2feeb9e5fb9f (patch)
tree9aa73a2fc61894638ebb5e594de8243ef19c6eac /plugins/base/src/test/kotlin/utils
parent3ca8ca75c60892de68f4fe18335aa79f4622c93c (diff)
downloaddokka-cf5b1aff6e7bb51414f80ff71f8d2feeb9e5fb9f.tar.gz
dokka-cf5b1aff6e7bb51414f80ff71f8d2feeb9e5fb9f.tar.bz2
dokka-cf5b1aff6e7bb51414f80ff71f8d2feeb9e5fb9f.zip
Fix after rebase
Diffstat (limited to 'plugins/base/src/test/kotlin/utils')
-rw-r--r--plugins/base/src/test/kotlin/utils/contentUtils.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/src/test/kotlin/utils/contentUtils.kt b/plugins/base/src/test/kotlin/utils/contentUtils.kt
index c7cea1f1..37f7881b 100644
--- a/plugins/base/src/test/kotlin/utils/contentUtils.kt
+++ b/plugins/base/src/test/kotlin/utils/contentUtils.kt
@@ -178,7 +178,7 @@ fun ContentMatcherBuilder<*>.unnamedTag(tag: String, content: ContentMatcherBuil
group { content() }
}
-private fun ContentMatcherBuilder<*>.unwrapAnnotation(elem: Map.Entry<String, Set<String>>) {
+fun ContentMatcherBuilder<*>.unwrapAnnotation(elem: Map.Entry<String, Set<String>>) {
group {
+"@"
link { +elem.key }