Im using JSDoc 3.3.0-beta3 and the following enums are shown as "global" members. Example: ``` javascript define(function () { /** * @exports some/type * @enum {string} */ var exports = { A: 'abc' }; return exports; }); ```
Im using JSDoc 3.3.0-beta3 and the following enums are shown as "global" members. Example: