Package-level declarations

Types

Link copied to clipboard

Transformer that transforms a Quarkdown com.quarkdown.core.function.library.loader.Module into a Dokka package containing the module's functions.

Link copied to clipboard

Transformer that, instead of performing transformations, stores the com.quarkdown.core.function.library.loader.Module declarations associated with their source files.

Link copied to clipboard

Storage that assigns Quarkdown modules to their .kt source file.

Link copied to clipboard
data class StoredModule(val name: String, val dri: DRI)

A Quarkdown module.