Searched defs:AnnotationDescriptor (Results 1 – 2 of 2) sorted by relevance
912 fun AnnotationDescriptor.build(isWithinReplaceWith: Boolean = false): DocumentationNode? { in AnnotationDescriptor() method1033 private fun AnnotationDescriptor.isHiddenInDocumentation() = in AnnotationDescriptor() method1036 private fun AnnotationDescriptor.isDocumented(): Boolean { in AnnotationDescriptor() method1042 fun AnnotationDescriptor.mustBeDocumented(): Boolean { in AnnotationDescriptor() method
150 fun AnnotationDescriptor.createKSValueArguments(ownerAnnotation: KSAnnotation): List<KSValueArgumen… in AnnotationDescriptor() method