QuarkdownModulesStorage

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

Properties

Link copied to clipboard

The number of modules stored in this storage.

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
operator fun get(sourcePath: String): StoredModule?
Link copied to clipboard
fun isModule(documentable: Documentable): Boolean
Link copied to clipboard
operator fun set(sourcePath: String, module: StoredModule)