hasTag

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

Determines whether the declaration has at least one specified tag.

Return

true if there is a matching declaration, false otherwise.

Parameters

tag

the tag to check.

tags

the tags to check.


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

Determines whether the declaration has at least one specified tag.

Return

true if there is a matching declaration, false otherwise.

Parameters

tags

the tags to check.