Package-level declarations
Types
Link copied to clipboard
class EnumParameterEntryListerTransformer(context: DokkaContext) : QuarkdocDocumentableReplacerTransformer
A transformer that, given a parameter that expects an enum value, lists the enum entries in its documentation.
Link copied to clipboard
object EnumStorage
Storage of enum declarations.
Link copied to clipboard
Transformer that, instead of performing transformations, stores enum declarations within the module this plugin is applied on.
Link copied to clipboard
interface QuarkdocEnum
An enum that can be represented and listed in documentation.
Link copied to clipboard
interface QuarkdocEnumEntry
An entry of an enum that can be represented in documentation.