Skip to content

Document all exported bindings and public methods #433

Closed
@arv

Description

@arv

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions