Home
last modified time | relevance | path

Searched refs:hasSuppressDocTag (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt174 hasSuppressDocTag(element) || in appendFile()
367 fun hasSuppressDocTag(element: Any?): Boolean { in hasSuppressDocTag() method
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt1053 return hasSuppressDocTag(sourcePsi()) || hasHideAnnotation(sourcePsi()) in isDocumentationSuppressed()