jsdoc3Template
jsdoc3Template copied to clipboard
comments describing enums dropped from generated documentation
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 };