Parser

abstract class Parser

Deprecated (with error)

Dokka's Analysis API has been reworked. Please, see the following issue for details and migration options: https://github.com/Kotlin/dokka/issues/3099

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun parseStringToDocNode(extractedString: String): DocTag
Link copied to clipboard
open fun parseTagWithBody(tagName: String, content: String): TagWrapper
Link copied to clipboard
open fun preparse(text: String): String