[Analysis API] Shortener: enable shortening in KDoc

^KTIJ-21103
This commit is contained in:
aleksandrina-streltsova
2023-05-16 09:51:53 +03:00
committed by teamcity
parent e7c213e06e
commit 67c3849538
15 changed files with 230 additions and 20 deletions
@@ -24,5 +24,10 @@ internal object ShorteningResultsRenderer {
appendLine("[qualifier] $it")
}
}
shortening.kDocQualifiersToShorten.forEach { kdoc ->
kdoc.element?.text?.let {
appendLine("[kdoc] $it")
}
}
}
}