[AA] KtAnnotated: fix kdoc
^KT-56046
This commit is contained in:
committed by
Space Team
parent
38575cdbc1
commit
17681bd803
+1
-1
@@ -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]
|
||||
*/
|
||||
|
||||
+1
-1
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user