quarkdown-quarkdoc/README.md
This module contains the Quarkdoc plugin for Dokka, the Kotlin documentation engine.
Quarkdoc extends Dokka by providing Quarkdown-level documentation for native libraries, i.e. collections of strongly-typed Quarkdown functions written in Kotlin.
When a module adopts this plugin, its benefits include:
Module is a single source file.
The plugin generates a pseudo-package for each module, making it easier to navigate library functions by module name;@Name (Quarkdown's functions don't always match their native signature);@OnlyForDocumentType/@NotForDocumentType;@Injected function parameters;To see all enhancements, QuarkdocDokkaPlugin features a complete list.