The following enum is dropped from generated docs, but should appear as enumeration type /** - Description of MyEnumeration - @global - @readonly - @enum { number } */ MyEnumeration = { VAL1: 42, VAL2: 55 };
The following enum is dropped from generated docs, but should appear as enumeration type
/**
*/
MyEnumeration = {
VAL1: 42,
VAL2: 55
};