@@ -28,7 +28,6 @@ export class AedocDefinitions {
2828//
2929// @public
3030export class ApiCallSignature extends ApiCallSignature_base {
31- // (undocumented)
3231 constructor (options : IApiCallSignatureOptions );
3332 // @override (undocumented)
3433 readonly canonicalReference: string ;
@@ -42,7 +41,6 @@ export class ApiCallSignature extends ApiCallSignature_base {
4241//
4342// @public
4443export class ApiClass extends ApiClass_base {
45- // (undocumented)
4644 constructor (options : IApiClassOptions );
4745 // @override (undocumented)
4846 readonly canonicalReference: string ;
@@ -64,7 +62,6 @@ export class ApiClass extends ApiClass_base {
6462//
6563// @public
6664export class ApiConstructor extends ApiConstructor_base {
67- // (undocumented)
6865 constructor (options : IApiConstructorOptions );
6966 // @override (undocumented)
7067 readonly canonicalReference: string ;
@@ -78,7 +75,6 @@ export class ApiConstructor extends ApiConstructor_base {
7875//
7976// @public
8077export class ApiConstructSignature extends ApiConstructSignature_base {
81- // (undocumented)
8278 constructor (options : IApiConstructSignatureOptions );
8379 // @override (undocumented)
8480 readonly canonicalReference: string ;
@@ -90,7 +86,6 @@ export class ApiConstructSignature extends ApiConstructSignature_base {
9086
9187// @public
9288export class ApiDeclaredItem extends ApiDocumentedItem {
93- // (undocumented)
9489 constructor (options : IApiDeclaredItemOptions );
9590 buildExcerpt(tokenRange : IExcerptTokenRange ): Excerpt ;
9691 readonly excerpt: Excerpt ;
@@ -106,7 +101,6 @@ export class ApiDeclaredItem extends ApiDocumentedItem {
106101
107102// @public
108103export class ApiDocumentedItem extends ApiItem {
109- // (undocumented)
110104 constructor (options : IApiDocumentedItemOptions );
111105 // Warning: (ae-forgotten-export) The symbol "IApiItemJson" needs to be exported by the entry point index.d.ts
112106 //
@@ -124,7 +118,6 @@ export class ApiDocumentedItem extends ApiItem {
124118//
125119// @public
126120export class ApiEntryPoint extends ApiEntryPoint_base {
127- // (undocumented)
128121 constructor (options : IApiEntryPointOptions );
129122 // @override (undocumented)
130123 readonly canonicalReference: string ;
@@ -136,7 +129,6 @@ export class ApiEntryPoint extends ApiEntryPoint_base {
136129//
137130// @public
138131export class ApiEnum extends ApiEnum_base {
139- // (undocumented)
140132 constructor (options : IApiEnumOptions );
141133 // @override (undocumented)
142134 addMember(member : ApiEnumMember ): void ;
@@ -154,7 +146,6 @@ export class ApiEnum extends ApiEnum_base {
154146//
155147// @public
156148export class ApiEnumMember extends ApiEnumMember_base {
157- // (undocumented)
158149 constructor (options : IApiEnumMemberOptions );
159150 // @override (undocumented)
160151 readonly canonicalReference: string ;
@@ -175,7 +166,6 @@ export class ApiEnumMember extends ApiEnumMember_base {
175166//
176167// @public
177168export class ApiFunction extends ApiFunction_base {
178- // (undocumented)
179169 constructor (options : IApiFunctionOptions );
180170 // @override (undocumented)
181171 readonly canonicalReference: string ;
@@ -189,7 +179,6 @@ export class ApiFunction extends ApiFunction_base {
189179//
190180// @public
191181export class ApiIndexSignature extends ApiIndexSignature_base {
192- // (undocumented)
193182 constructor (options : IApiIndexSignatureOptions );
194183 // @override (undocumented)
195184 readonly canonicalReference: string ;
@@ -203,7 +192,6 @@ export class ApiIndexSignature extends ApiIndexSignature_base {
203192//
204193// @public
205194export class ApiInterface extends ApiInterface_base {
206- // (undocumented)
207195 constructor (options : IApiInterfaceOptions );
208196 // @override (undocumented)
209197 readonly canonicalReference: string ;
@@ -224,7 +212,6 @@ export class ApiInterface extends ApiInterface_base {
224212export class ApiItem {
225213 // (undocumented)
226214 [ApiItem_parent ]: ApiItem | undefined ;
227- // (undocumented)
228215 constructor (options : IApiItemOptions );
229216 // @virtual (undocumented)
230217 readonly canonicalReference: string ;
@@ -315,7 +302,6 @@ export const enum ApiItemKind {
315302//
316303// @public
317304export class ApiMethod extends ApiMethod_base {
318- // (undocumented)
319305 constructor (options : IApiMethodOptions );
320306 // @override (undocumented)
321307 readonly canonicalReference: string ;
@@ -329,7 +315,6 @@ export class ApiMethod extends ApiMethod_base {
329315//
330316// @public
331317export class ApiMethodSignature extends ApiMethodSignature_base {
332- // (undocumented)
333318 constructor (options : IApiMethodSignatureOptions );
334319 // @override (undocumented)
335320 readonly canonicalReference: string ;
@@ -343,7 +328,6 @@ export class ApiMethodSignature extends ApiMethodSignature_base {
343328//
344329// @public
345330export class ApiModel extends ApiModel_base {
346- // (undocumented)
347331 constructor ();
348332 // @override (undocumented)
349333 addMember(member : ApiPackage ): void ;
@@ -364,7 +348,6 @@ export class ApiModel extends ApiModel_base {
364348//
365349// @public
366350export class ApiNamespace extends ApiNamespace_base {
367- // (undocumented)
368351 constructor (options : IApiNamespaceOptions );
369352 // @override (undocumented)
370353 readonly canonicalReference: string ;
@@ -378,7 +361,6 @@ export class ApiNamespace extends ApiNamespace_base {
378361//
379362// @public
380363export class ApiPackage extends ApiPackage_base {
381- // (undocumented)
382364 constructor (options : IApiPackageOptions );
383365 // @override (undocumented)
384366 addMember(member : ApiEntryPoint ): void ;
@@ -416,7 +398,6 @@ export namespace ApiParameterListMixin {
416398//
417399// @public
418400export class ApiProperty extends ApiProperty_base {
419- // (undocumented)
420401 constructor (options : IApiPropertyOptions );
421402 // @override (undocumented)
422403 readonly canonicalReference: string ;
@@ -430,7 +411,6 @@ export class ApiProperty extends ApiProperty_base {
430411//
431412// @public
432413export class ApiPropertyItem extends ApiPropertyItem_base {
433- // (undocumented)
434414 constructor (options : IApiPropertyItemOptions );
435415 readonly isEventProperty: boolean ;
436416 // Warning: (ae-forgotten-export) The symbol "IApiPropertyItemJson" needs to be exported by the entry point index.d.ts
@@ -444,7 +424,6 @@ export class ApiPropertyItem extends ApiPropertyItem_base {
444424
445425// @public
446426export class ApiPropertySignature extends ApiPropertyItem {
447- // (undocumented)
448427 constructor (options : IApiPropertySignatureOptions );
449428 // @override (undocumented)
450429 readonly canonicalReference: string ;
@@ -505,7 +484,6 @@ export namespace ApiStaticMixin {
505484//
506485// @public
507486export class ApiTypeAlias extends ApiTypeAlias_base {
508- // (undocumented)
509487 constructor (options : IApiTypeAliasOptions );
510488 // @override (undocumented)
511489 readonly canonicalReference: string ;
@@ -519,7 +497,6 @@ export class ApiTypeAlias extends ApiTypeAlias_base {
519497//
520498// @public
521499export class ApiVariable extends ApiVariable_base {
522- // (undocumented)
523500 constructor (options : IApiVariableOptions );
524501 // @override (undocumented)
525502 readonly canonicalReference: string ;
@@ -541,7 +518,6 @@ export type Constructor<T = {}> = new (...args: any[]) => T;
541518
542519// @public
543520export class Excerpt {
544- // (undocumented)
545521 constructor (tokens : ReadonlyArray <ExcerptToken >, tokenRange : IExcerptTokenRange );
546522 // (undocumented)
547523 readonly text: string ;
@@ -553,7 +529,6 @@ export class Excerpt {
553529
554530// @public (undocumented)
555531export class ExcerptToken {
556- // (undocumented)
557532 constructor (kind : ExcerptTokenKind , text : string );
558533 // (undocumented)
559534 readonly kind: ExcerptTokenKind ;
@@ -571,7 +546,6 @@ export const enum ExcerptTokenKind {
571546
572547// @public
573548export class HeritageType {
574- // (undocumented)
575549 constructor (excerpt : Excerpt );
576550 readonly excerpt: Excerpt ;
577551}
@@ -670,7 +644,6 @@ export interface IApiPackageOptions extends IApiItemContainerMixinOptions, IApiN
670644
671645// @public
672646export interface IApiPackageSaveOptions extends IJsonFileSaveOptions {
673- // (undocumented)
674647 testMode? : boolean ;
675648 toolPackage? : string ;
676649 toolVersion? : string ;
@@ -768,7 +741,6 @@ export interface IResolveDeclarationReferenceResult {
768741
769742// @public
770743export class Parameter {
771- // (undocumented)
772744 constructor (options : IParameterOptions );
773745 name: string ;
774746 readonly parameterTypeExcerpt: Excerpt ;
0 commit comments