typedoc-plugin-markdown
Version:
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
6 lines (5 loc) • 336 B
TypeScript
import { MarkdownThemeContext } from '../../../theme/index.js';
import { ContainerReflection, DeclarationReflection, ProjectReflection } from 'typedoc';
export declare function documents(this: MarkdownThemeContext, model: ProjectReflection | DeclarationReflection | ContainerReflection, options: {
headingLevel: number;
}): string;