Package org. jetbrains. dokka. pages
Types
ClasslikePage
Link copied to clipboard
ClasslikePageNode
Link copied to clipboard
class ClasslikePageNode(name: String, content: ContentNode, dri: Set<DRI>, documentable: Documentable?, children: List<PageNode>, embeddedResources: List<String>) : ClasslikePage
Content copied to clipboard
CommentTable
Link copied to clipboard
ContentBreakLine
Link copied to clipboard
data class ContentBreakLine(sourceSets: Set<DisplaySourceSet>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentNode
Content copied to clipboard
ContentCode
Link copied to clipboard
ContentCodeBlock
Link copied to clipboard
data class ContentCodeBlock(children: List<ContentNode>, language: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentCode
Content copied to clipboard
ContentCodeInline
Link copied to clipboard
data class ContentCodeInline(children: List<ContentNode>, language: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentCode
Content copied to clipboard
ContentComposite
Link copied to clipboard
ContentDivergentGroup
Link copied to clipboard
data class ContentDivergentGroup(children: List<ContentDivergentInstance>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>, groupID: ContentDivergentGroup.GroupID, implicitlySourceSetHinted: Boolean) : ContentComposite
Content copied to clipboard
ContentDivergentInstance
Link copied to clipboard
data class ContentDivergentInstance(before: ContentNode?, divergent: ContentNode, after: ContentNode?, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite
Content copied to clipboard
ContentDRILink
Link copied to clipboard
data class ContentDRILink(children: List<ContentNode>, address: DRI, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentLink
Content copied to clipboard
ContentEmbeddedResource
Link copied to clipboard
data class ContentEmbeddedResource(children: List<ContentNode>, address: String, altText: String?, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentLink
Content copied to clipboard
ContentGroup
Link copied to clipboard
data class ContentGroup(children: List<ContentNode>, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite
Content copied to clipboard
ContentHeader
Link copied to clipboard
data class ContentHeader(children: List<ContentNode>, level: Int, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite
Content copied to clipboard
ContentKind
Link copied to clipboard
ContentLink
Link copied to clipboard
ContentList
Link copied to clipboard
data class ContentList(children: List<ContentNode>, ordered: Boolean, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite
Content copied to clipboard
ContentNode
Link copied to clipboard
interface ContentNode : WithExtraProperties<ContentNode> , WithChildren<ContentNode>
Content copied to clipboard
ContentPage
Link copied to clipboard
ContentResolvedLink
Link copied to clipboard
data class ContentResolvedLink(children: List<ContentNode>, address: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentLink
Content copied to clipboard
ContentStyle
Link copied to clipboard
ContentTable
Link copied to clipboard
data class ContentTable(header: List<ContentGroup>, caption: ContentGroup?, children: List<ContentGroup>, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite
Content copied to clipboard
ContentText
Link copied to clipboard
data class ContentText(text: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentNode
Content copied to clipboard
DriResolver
Link copied to clipboard
fun fun interface DriResolver : Function2<DRI, Set<DisplaySourceSet>, String?>
Content copied to clipboard
HtmlContent
Link copied to clipboard
object HtmlContent : ExtraProperty<ContentNode> , ExtraProperty.Key<ContentNode, HtmlContent>
Content copied to clipboard
MemberPage
Link copied to clipboard
MemberPageNode
Link copied to clipboard
class MemberPageNode(name: String, content: ContentNode, dri: Set<DRI>, documentable: Documentable?, children: List<PageNode>, embeddedResources: List<String>) : MemberPage
Content copied to clipboard
ModulePage
Link copied to clipboard
ModulePageNode
Link copied to clipboard
class ModulePageNode(name: String, content: ContentNode, documentable: Documentable?, children: List<PageNode>, embeddedResources: List<String>) : RootPageNode, ModulePage
Content copied to clipboard
MultimoduleRootPage
Link copied to clipboard
MultimoduleRootPageNode
Link copied to clipboard
class MultimoduleRootPageNode(dri: Set<DRI>, content: ContentNode, embeddedResources: List<String>) : RootPageNode, MultimoduleRootPage
Content copied to clipboard
MultimoduleTable
Link copied to clipboard
PackagePage
Link copied to clipboard
PackagePageNode
Link copied to clipboard
class PackagePageNode(name: String, content: ContentNode, dri: Set<DRI>, documentable: Documentable?, children: List<PageNode>, embeddedResources: List<String>) : PackagePage
Content copied to clipboard
PageNode
Link copied to clipboard
PageResolver
Link copied to clipboard
fun fun interface PageResolver : Function2<PageNode, PageNode?, String?>
Content copied to clipboard
PlatformHintedContent
Link copied to clipboard
data class PlatformHintedContent(inner: ContentNode, sourceSets: Set<DisplaySourceSet>) : ContentComposite
Content copied to clipboard
RendererSpecificPage
Link copied to clipboard
RendererSpecificResourcePage
Link copied to clipboard
class RendererSpecificResourcePage(name: String, children: List<PageNode>, strategy: RenderingStrategy) : RendererSpecificPage
Content copied to clipboard
RendererSpecificRootPage
Link copied to clipboard
class RendererSpecificRootPage(name: String, children: List<PageNode>, strategy: RenderingStrategy) : RootPageNode, RendererSpecificPage
Content copied to clipboard
RenderingStrategy
Link copied to clipboard
sealed class RenderingStrategy
Content copied to clipboard
RootPageNode
Link copied to clipboard
SimpleAttr
Link copied to clipboard
class SimpleAttr(extraKey: String, extraValue: String) : ExtraProperty<ContentNode>
Content copied to clipboard
TokenStyle
Link copied to clipboard
WrongRendererTypeException
Link copied to clipboard
data class WrongRendererTypeException(expectedType: KClass<*>) : Exception
Content copied to clipboard
Functions
hasStyle
Link copied to clipboard
mapTransform
Link copied to clipboard
inline fun <T : ContentNode, R : ContentNode> R.mapTransform(noinline operation: (T) -> T): R
Content copied to clipboard
recursiveMapTransform
Link copied to clipboard
inline fun <T : ContentNode, R : ContentNode> R.recursiveMapTransform(noinline operation: (T) -> T): R
Content copied to clipboard