Skip to content

Can we have rust-like three slashes for quick docs? #226

Closed
@alshdavid

Description

@alshdavid

For objects that need a lot of short documentation, TSDoc can be quite verbose, requiring 3 lines of code for one line of comment.

The triple slash style gives a great short-hand alternative to write notes

/// foo makes bars
function foo() {
  return 'bar'
}

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