Result
data class Result<E : DocsContentExtractor>(val name: String, val moduleName: String, val extractor: () -> E)
Represents a scanned documentation resource.
Parameters
E
the type of DocsContentExtractor for the resource
Represents a scanned documentation resource.
the type of DocsContentExtractor for the resource