hasAllTags

abstract fun hasAllTags(tag: KoKDocTag, vararg tags: KoKDocTag): Boolean

Determines whether the declaration has all specified tags.

Return

true if there are declarations with all the specified tags, false otherwise.

Parameters

tag

the tag to check.

tags

the tags to check.


abstract fun hasAllTags(tags: Collection<KoKDocTag>): Boolean

Determines whether the declaration has all specified tags.

Return

true if there are declarations with all the specified tags, false otherwise.

Parameters

tags

the tags to check.