better-docs
better-docs copied to clipboard
Duplicate entries for static member variables
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:

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!
and the line number is wrong