typedoc-plugin-markdown
Version:
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
5 lines (4 loc) • 333 B
TypeScript
import { MarkdownThemeContext } from '../../../theme/index.js';
import { CommentDisplayPart, Reflection } from 'typedoc';
export declare function getCommentParts(this: MarkdownThemeContext, model: CommentDisplayPart[]): string;
export declare function getReflectionUrl(context: MarkdownThemeContext, reflection: Reflection): string;