XuqmGroup-H5SDK/node_modules/@microsoft/api-extractor/lib-dts/enhancers/DocCommentEnhancer.d.ts
徐勤民 e34fa2052a feat(private): add private deployment SDK module
Adds @xuqm/h5-sdk/private entry point with JSON-based initialization,
feature gating, and error codes for private deployment scenarios.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 21:08:08 +08:00

24 行
885 B
TypeScript

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;
/**
* Determines whether or not the provided declaration reference points to an item in the working package.
*/
private _refersToDeclarationInWorkingPackage;
}
//# sourceMappingURL=DocCommentEnhancer.d.ts.map