Skip to content

Enums shown as global #970

@srad

Description

@srad

Im using JSDoc 3.3.0-beta3 and the following enums are shown as "global" members. Example:

define(function () {
    /**
     * @exports some/type
     * @enum {string}
      */
    var exports = {
        A: 'abc'
    };

    return exports;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions