[Analysis API] Shortener: enable shortening in KDoc
^KTIJ-21103
This commit is contained in:
committed by
teamcity
parent
e7c213e06e
commit
67c3849538
+5
@@ -24,5 +24,10 @@ internal object ShorteningResultsRenderer {
|
||||
appendLine("[qualifier] $it")
|
||||
}
|
||||
}
|
||||
shortening.kDocQualifiersToShorten.forEach { kdoc ->
|
||||
kdoc.element?.text?.let {
|
||||
appendLine("[kdoc] $it")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user