File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 55 * API Extractor helps you build better TypeScript library packages.
66 * It helps with validation, documentation, and reviewing of the exported API
77 * for a TypeScript library.
8+ *
9+ * @packagedocumentation
810 */
9- declare const packageDescription : void ; // tslint:disable-line:no-unused-variable
1011
1112export { default as ExternalApiHelper } from './ExternalApiHelper' ;
1213
Original file line number Diff line number Diff line change 33
44/**
55 * Here is some documentation for example2.
6- * @remarks These are additional remarks that may be too long for the summary.
6+ *
7+ * @remarks
8+ * These are additional remarks that may be too long for the summary.
79 * They should appear in the remarks of the json generated file for this package.
10+ *
11+ * @packagedocumentation
812 */
9- declare const packageDescription : void ;
1013
1114export {
1215 TestMissingCommentStar ,
Original file line number Diff line number Diff line change 33
44/**
55 * This example folder is used to test the functionality of DocItemLoader and API reference resolution.
6+ *
7+ * @packagedocumentation
68 */
7- declare const packageDescription : void ;
89
910export {
1011 inheritLocalOptionOne ,
Original file line number Diff line number Diff line change 33
44/**
55 * Core libraries that every NodeJS toolchain project should use.
6+ *
7+ * @packagedocumentation
68 */
7- declare const packageDescription : void ; // tslint:disable-line:no-unused-variable
89
910export { FileDiffTest } from './FileDiffTest' ;
1011export {
Original file line number Diff line number Diff line change 33
44/**
55 * An object-oriented command-line parser for TypeScript projects.
6+ *
7+ * @packagedocumentation
68 */
7- declare const packageDescription : void ; // tslint:disable-line:no-unused-variable
89
910export {
1011 default as CommandLineAction ,
You can’t perform that action at this time.
0 commit comments