You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE
I see that the STATIC methods are grouped after the non-static methods. I guess this must be the expected behaviour, but it was not initially obvious to me.
The text was updated successfully, but these errors were encountered:
Yes, I think properties are also there in the mix before methods.
But at least properties have # before their name. Maybe something similar is needed for static methods too?
Or just put (static)
I wonder how the original JSdoc template distinguishes it.
The method names of the class are sorted to a point, then it starts over again. (unless this is intended behavior).
You can see in this example, it is sorted up until whereCondition and then starts in a sorted order from dateToMs
My jsdoc.json
UPDATE
I see that the STATIC methods are grouped after the non-static methods. I guess this must be the expected behaviour, but it was not initially obvious to me.
The text was updated successfully, but these errors were encountered: