Package-level declarations

Properties

Link copied to clipboard

List containing author tags.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List containing see tags.

Link copied to clipboard

List containing tags.

Link copied to clipboard

Functions

Link copied to clipboard
fun <T : KoKDocTagProvider> List<T>.withAllTags(tag: KoKDocTag, vararg tags: KoKDocTag): List<T>

List containing declarations with all the specified tags.

Link copied to clipboard

List containing declarations with author tag.

Link copied to clipboard

List containing declarations with constructor tag.

Link copied to clipboard

List containing declarations with exception tag.

Link copied to clipboard

List containing declarations without all specified tags.

Link copied to clipboard

List containing declarations with no author tag.

Link copied to clipboard

List containing declarations with no constructor tag.

Link copied to clipboard

List containing declarations with no exception tag.

Link copied to clipboard

List containing declarations with no param tag.

Link copied to clipboard

List containing declarations with no property getter tag.

Link copied to clipboard

List containing declarations with no property setter tag.

Link copied to clipboard

List containing declarations with no property tag.

Link copied to clipboard

List containing declarations with no receiver tag.

Link copied to clipboard

List containing declarations with no return tag.

Link copied to clipboard

List containing declarations with no sample tag.

Link copied to clipboard

List containing declarations with no see tag.

Link copied to clipboard

List containing declarations with no since tag.

Link copied to clipboard

List containing declarations with no suppress tag.

Link copied to clipboard
fun <T : KoKDocTagProvider> List<T>.withoutTag(tag: KoKDocTag, vararg tags: KoKDocTag): List<T>

List containing declarations without all specified tags.

Link copied to clipboard

List containing declarations with no tag.

Link copied to clipboard

List containing declarations with no throws tag.

Link copied to clipboard

List containing declarations with no version tag.

Link copied to clipboard

List containing declarations with param tag.

Link copied to clipboard

List containing declarations with property getter tag.

Link copied to clipboard

List containing declarations with property setter tag.

Link copied to clipboard

List containing declarations with property tag.

Link copied to clipboard

List containing declarations with receiver tag.

Link copied to clipboard

List containing declarations with return tag.

Link copied to clipboard

List containing declarations with sample tag.

Link copied to clipboard

List containing declarations with see tag.

Link copied to clipboard

List containing declarations with since tag.

Link copied to clipboard

List containing declarations with suppress tag.

Link copied to clipboard
fun <T : KoKDocTagProvider> List<T>.withTag(tag: KoKDocTag, vararg tags: KoKDocTag): List<T>

List containing declarations with all the specified tags.

Link copied to clipboard

List containing declarations with any specified tag.

Link copied to clipboard

List containing declarations with throws tag.

Link copied to clipboard

List containing declarations with version tag.