File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
// Disable reporting of `@virtual`, which is reported by default
10
10
"@virtual" : false ,
11
11
// Enable reporting of our custom TSDoc tags.
12
- "@preapproved " : true ,
12
+ "@internalRemarks " : true ,
13
13
"@betaDocumentation" : true
14
14
}
15
15
},
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { Lib1Class } from 'api-extractor-lib1-test';
12
12
export { Lib1Class }
13
13
14
14
/**
15
- * @preapproved
15
+ * @internalRemarks Internal remarks
16
16
* @public
17
17
*/
18
18
export declare class Lib3Class {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Lib1Class } from 'api-extractor-lib1-test';
8
8
9
9
export { Lib1Class }
10
10
11
- // @public @preapproved (undocumented)
11
+ // @public @internalRemarks (undocumented)
12
12
export class Lib3Class {
13
13
// @override @betaDocumentation
14
14
prop: boolean ;
Original file line number Diff line number Diff line change 13
13
export { Lib1Class } from 'api-extractor-lib1-test' ;
14
14
15
15
/**
16
- * @preapproved
16
+ * @internalRemarks Internal remarks
17
17
* @public
18
18
*/
19
19
export class Lib3Class {
You can’t perform that action at this time.
0 commit comments