Package-level declarations
Types
Link copied to clipboard
open class QuarkdocDocumentableReplacerTransformer(context: DokkaContext) : DocumentableReplacerTransformer
Utility that extends DocumentableReplacerTransformer to allow for easy transformation of functions and parameters while relying on the default behavior of the base class.
Link copied to clipboard
abstract class QuarkdocParameterDocumentationTransformer<T>(context: DokkaContext) : QuarkdocDocumentableReplacerTransformer
Transformer that extends the documentation of function parameters, according to additional information extracted from the parameters, of type T.