QuarkdownModule

A subsection of Quarkdown functions that can be exported via a MultiFunctionLibraryLoader.

While this class might seem redundant in place of a typealias, having an actual class makes it easier and more robust on Quarkdoc^1's side to identify modules.

^1: Quarkdoc is Quarkdown's documentation generator, based on Dokka. See the quarkdown-quarkdoc module.

Parameters

functions

the functions to export in the module

Constructors

Link copied to clipboard
constructor(vararg modules: QuarkdownModule)

Creates a QuarkdownModule that wraps multiple QuarkdownModules, joining their functions into a single module. The identity of the submodules is lost in the process.

constructor(functions: Set<ExportableFunction>)

Functions

Link copied to clipboard
operator fun plus(other: QuarkdownModule): QuarkdownModule