ExternalDocumentablesProvider

fun interface ExternalDocumentablesProvider

Service that can be queried with DRI and source set to obtain a documentable for classlike.

There are some cases when there is a need to process documentables of classlikes that were not defined in the project itself but are somehow related to the symbols defined in the documented project (e.g. are supertypes of classes defined in project).

Functions

Link copied to clipboard
abstract fun findClasslike(dri: DRI, sourceSet: DokkaConfiguration.DokkaSourceSet): DClasslike?

Returns DClasslike matching provided DRI in specified source set.

Inheritors

Link copied to clipboard