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
The member member gets documented as a root-level item with "memberof": "Clazz",. It really should be a memberof module.Clazz. Adding an explicit memberof does allow it to generate the correct docs. This is possibly related to #417 but seems to be more an extension of the same problem. (I already think there's an open issue that @module should already imply that Clazz is a memberofmodule. If not, I'll be happy to create one)