QModule

@Target(allowedTargets = [AnnotationTarget.FILE])
annotation class QModule

Marks a Kotlin source file as a Quarkdown native library module.

Each @file:QModule source becomes a QuarkdownModule exported to Quarkdown scripts, grouping the QFunction-annotated declarations defined in the same file.