jsdoc3Template icon indicating copy to clipboard operation
jsdoc3Template copied to clipboard

comments describing enums dropped from generated documentation

Open xorcus opened this issue 11 years ago • 0 comments

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 };

xorcus avatar Dec 16 '13 10:12 xorcus