utils/node_modules/@microsoft/api-extractor/lib/enhancers/DocCommentEnhancer.d.ts

20 lines
709 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
import type { Collector } from '../collector/Collector';
export declare class DocCommentEnhancer {
private readonly _collector;
constructor(collector: Collector);
static analyze(collector: Collector): void;
analyze(): void;
private _analyzeApiItem;
private _analyzeNeedsDocumentation;
private _checkForBrokenLinks;
private _checkForBrokenLinksRecursive;
/**
* Follow an `{@inheritDoc ___}` reference and copy the content that we find in the referenced comment.
*/
private _applyInheritDoc;
/**
* Copy the content from `sourceDocComment` to `targetDocComment`.
*/
private _copyInheritedDocs;
}
//# sourceMappingURL=DocCommentEnhancer.d.ts.map