Searched refs:isDeprecation (Results 1 – 1 of 1) sorted by relevance
305 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor()353 fun DocumentationNode.isDeprecation() = name == "Deprecated" || name == "deprecated" in isDeprecation() method in DocumentationBuilder