SampleProvider

It is closeable. Otherwise, there is a chance of high memory consumption / leak. In general case, it creates a separate project to analysis samples directories.

Types

Link copied to clipboard
class SampleSnippet(val imports: String, val body: String)

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun getSample(sourceSet: DokkaConfiguration.DokkaSourceSet, fqLink: String): SampleProvider.SampleSnippet?