Closed
Description
Right now it seems like I need to add a JSDoc comment for the function/var/method to be documented.
/** Included */
export function f() {}
export function g() {}
I would like to have g
be part of my API docs even when there is no JSDoc for it.
Similarly for methods:
class C {
/** included */
m() {}
n() {}
_o() {}
}
Similarly I would like m
and n
to be listed as methods of C
Is there an option to do this?
Metadata
Metadata
Assignees
Labels
No labels