[AA] KtAnnotated: fix kdoc

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-02-01 17:08:20 +01:00
committed by Space Team
parent 38575cdbc1
commit 17681bd803
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ public val KtAnnotated.annotations: List<KtAnnotationApplicationWithArgumentsInf
get() = annotationsList.annotations
/**
* A list of annotation overviews.
* A list of annotation infos.
*
* @see [KtAnnotationsList.annotationInfos]
*/
@@ -24,7 +24,7 @@ public abstract class KtAnnotationsList : KtLifetimeOwner {
public abstract val annotations: List<KtAnnotationApplicationWithArgumentsInfo>
/**
* A list of annotation overviews.
* A list of annotation infos.
*
* Can be used instead of [annotations] if applicable to reduce resolve.
*