Ko KDoc Declaration
Represents a Kotlin KDoc declaration.
Properties
List of @author
tags.
The @constructor
tag.
Description of the declaration.
List of @exception
tags.
Determines whatever the declaration has author tags.
Determines whatever the declaration has constructor tag.
Determines whatever the declaration has exception tags.
Determines whatever the declaration has param tags.
Determines whatever the declaration has property getter tag.
Determines whatever the declaration has property setter tag.
Determines whatever the declaration has property tags.
Determines whatever the declaration has receiver tag.
Determines whatever the declaration has return tag.
Determines whatever the declaration has sample tags.
Determines whatever the declaration has see tags.
Determines whatever the declaration has since tag.
Determines whatever the declaration has suppress tag.
Determines whatever the declaration has throws tags.
Determines whatever the declaration has version tag.
Text of the declaration with the location (file path, line and column).
The declaration's module name.
The number of author tags.
The number of exception tags.
The number of param tags.
The number of property tags.
The number of sample tags.
The number of see tags.
The number of throws tags.
List of @param
tags.
Project file path of the declaration or root project path of the file.
The @propertyGetter
tag.
The @propertySetter
tag.
List of @property
tags.
The @receiver
tag.
The @return
tag.
List of @sample
tags.
List of @see
tags.
The @since
tag.
The declaration's source set name.
The @suppress
tag.
List of tags.
List of @throws
tags.
The @version
tag.
Functions
Determines whether the declaration has all specified tags.
Text of the declaration containing text.
Text of the declaration with suffix.
Text of the declaration matching regex.
Text of the declaration with prefix.
Determines whatever declaration reside in module.
Determines whatever declaration reside in file path or file reside in path.
Determines whatever declaration reside in source set.