Package-level declarations

Types

Link copied to clipboard

Helper to convert HTML to Markdown, suitable for use in LSP documentation.

Functions

Link copied to clipboard
Link copied to clipboard
fun getDocumentation(docsDirectory: File, name: String): DocumentedFunction?

Retrieves the documentation for a function in the specified documentation directory.

Link copied to clipboard

Retrieves the documentation for a function call in the specified documentation directory.

Link copied to clipboard
fun String.htmlToMarkup(): MarkupContent?