KoKDocTagNameAndDescriptionProvider

An interface representing a Kotlin declaration that provides access to KDoc name and description.

Inheritors

Properties

Link copied to clipboard
abstract val description: String

Description of the tag.

Link copied to clipboard
abstract val name: KoKDocTag

Name of the tag.