better-docs icon indicating copy to clipboard operation
better-docs copied to clipboard

Duplicate entries for static member variables

Open mramato opened this issue 5 years ago • 2 comments

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

mramato avatar Apr 10 '20 18:04 mramato

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!

manuman94 avatar Apr 19 '22 10:04 manuman94

and the line number is wrong

leemotive avatar Jan 07 '23 08:01 leemotive