diff options
author | Andrzej Ratajczak <andrzej.ratajczak98@gmail.com> | 2020-05-22 17:22:51 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-05-26 11:32:03 +0200 |
commit | 0caf8dc94722962e0d2719399eae3a6b75574f6f (patch) | |
tree | 6298c06800350ddb8b9302a0f9a4c6e9969f9b4f /plugins/base/src/test/kotlin | |
parent | 77fa898e8abdc8e74169fa789f2ba0e32d8fa9d7 (diff) | |
download | dokka-0caf8dc94722962e0d2719399eae3a6b75574f6f.tar.gz dokka-0caf8dc94722962e0d2719399eae3a6b75574f6f.tar.bz2 dokka-0caf8dc94722962e0d2719399eae3a6b75574f6f.zip |
Light annotations fix
Diffstat (limited to 'plugins/base/src/test/kotlin')
-rw-r--r-- | plugins/base/src/test/kotlin/utils/contentUtils.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/src/test/kotlin/utils/contentUtils.kt b/plugins/base/src/test/kotlin/utils/contentUtils.kt index ec119ebb..4aba3e9d 100644 --- a/plugins/base/src/test/kotlin/utils/contentUtils.kt +++ b/plugins/base/src/test/kotlin/utils/contentUtils.kt @@ -137,6 +137,7 @@ fun ContentMatcherBuilder<*>.propertySignature( ) { group { header { +"Package test" } + skipAllNotMatching() } group { group { |