1 | import { type ApiModel, type ApiItem } from '@microsoft/api-extractor-model';
|
2 | import type { IYamlTocFile } from '../yaml/IYamlTocFile';
|
3 | import { YamlDocumenter } from './YamlDocumenter';
|
4 | import type { DocumenterConfig } from './DocumenterConfig';
|
5 |
|
6 |
|
7 |
|
8 |
|
9 | export declare class ExperimentalYamlDocumenter extends YamlDocumenter {
|
10 | private _config;
|
11 | private _tocPointerMap;
|
12 | private _catchAllPointer;
|
13 | constructor(apiModel: ApiModel, documenterConfig: DocumenterConfig);
|
14 | /** @override */
|
15 | protected buildYamlTocFile(apiItems: ReadonlyArray<ApiItem>): IYamlTocFile;
|
16 | private _buildTocItems2;
|
17 | private _generateTocPointersMap;
|
18 | /**
|
19 | * Filtering out the api-item by inlineTags or category name presence in the item name.
|
20 | */
|
21 | private _filterItem;
|
22 | private _findInlineTagByName;
|
23 | private _shouldNotIncludeInPointersMap;
|
24 | }
|
25 | //# sourceMappingURL=ExperimentalYamlDocumenter.d.ts.map |
\ | No newline at end of file |