Skip to content

TypeScript plugin doesn't respect access modifiers #104

Description

@fab1o

This method shouldn't show up in the generated docs, even if I don't set @access private, it should be able to read that the method is private.

code.ts:

    private examplePrivateMethod(): boolean {
        return true;
    }

It shows in the docs as a public method

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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