KoKDocTag

Represents a KDoc tag.

Entries

Link copied to clipboard

The @author tag.

Link copied to clipboard

The @constructor tag.

Link copied to clipboard

The @exception tag.

Link copied to clipboard

The @param tag.

Link copied to clipboard

The @property tag.

Link copied to clipboard

The @propertyGetter tag.

Link copied to clipboard

The @propertySetter tag.

Link copied to clipboard

The @receiver tag.

Link copied to clipboard

The @return tag.

Link copied to clipboard

The @sample tag.

Link copied to clipboard

The @see tag.

Link copied to clipboard

The @since tag.

Link copied to clipboard

The @suppress tag.

Link copied to clipboard

The @throws tag.

Link copied to clipboard

The @version tag.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val isValued: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): KoKDocTag

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.