Package org. jetbrains. dokka. utilities
Types
Link copied to clipboard
class DokkaConsoleLogger(val minLevel: LoggingLevel = LoggingLevel.DEBUG, emitter: MessageEmitter = MessageEmitter.consoleEmitter) : DokkaLogger
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Used to decouple the transport layer from logger and make it convenient for testing
Link copied to clipboard
interface SelfRepresentingSingletonSet<T : SelfRepresentingSingletonSet<T>> : Set<T>
Content copied to clipboard
Link copied to clipboard
data class ServiceDescriptor( val name: String, val category: String, val description: String?, val className: String)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Replaces symbols reserved in HTML with their respective entities. Replaces & with &, < with < and with >
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard