QuarkdownSignatureProvider

class QuarkdownSignatureProvider(context: DokkaContext, requireModule: Boolean = true, defaultValues: Boolean = true, withChaining: Boolean = false) : SignatureProvider

Signature provider for Quarkdown functions.

Parameters

requireModule

whether to require the function to be in a Quarkdown module

defaultValues

whether to include default values for arguments

withChaining

whether to format the signature for chained calls

Constructors

Link copied to clipboard
constructor(context: DokkaContext, requireModule: Boolean = true, defaultValues: Boolean = true, withChaining: Boolean = false)

Functions

Link copied to clipboard
open override fun signature(documentable: Documentable): List<ContentNode>