quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-quarkdoc
/
com.quarkdown.quarkdoc.dokka.transformers.module
/
StoredModule
Stored
Module
data
class
StoredModule
(
val
name
:
String
,
val
dri
:
DRI
)
A Quarkdown module.
Parameters
name
the module name
dri
the module DRI
Members
Constructors
Stored
Module
Link copied to clipboard
constructor
(
name
:
String
,
dri
:
DRI
)
Properties
dri
Link copied to clipboard
val
dri
:
DRI
name
Link copied to clipboard
val
name
:
String