buildDocTags

fun buildDocTags(block: DocTagBuilder.() -> Unit): List<DocTag>

Builds a list of DocTags using the provided block via a DocTagBuilder DSL. This is a convenient function to create documentation tags in a more readable way.

Return

a list of DocTags created by the DSL block

Parameters

block

the DSL block to build the tags