Interface DocumentationProvider

Provides documentation for AST nodes.

interface DocumentationProvider {
    getDocumentation(node: AstNode): undefined | string;
}

Implemented by

Methods