better-docs icon indicating copy to clipboard operation
better-docs copied to clipboard

Export module collection question

Open quninnd opened this issue 2 years ago • 3 comments

image image

quninnd avatar May 07 '22 03:05 quninnd

image

empty page, why?

quninnd avatar May 07 '22 03:05 quninnd

What should I do to make it work

quninnd avatar May 07 '22 03:05 quninnd

Try to add notation with @module Collection at the file's top level and add some notations above each export to specify what are they for

/**
 * @module Collection
 */

/**
 * Something
 */
export * from ...

xLonelyPlayer avatar Jul 05 '22 12:07 xLonelyPlayer