Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate entries for static member variables #68

Open
mramato opened this issue Apr 10, 2020 · 2 comments
Open

Duplicate entries for static member variables #68

mramato opened this issue Apr 10, 2020 · 2 comments

Comments

@mramato
Copy link

mramato commented Apr 10, 2020

Given this reduced test case with a file named Cartesian3.ts:

/**
 * A 3D Cartesian point.
 */
class Cartesian3 {
    /**
     * The number of elements used to pack the object into an array.
     * @type {Number}
     */
    static packedLength = 3;
}

packedLength is listed twice in the generate doc:

image

@manuman94
Copy link

Greetings.

This is happening to me too! Any idea on how to fix it?

I would try if you give me some guidelines.

Thank you!

@leemotive
Copy link

and the line number is wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants