danyg / jsdoc3Template

A custom Customizable JSDOC3 template
38 stars 23 forks source link

comments describing enums dropped from generated documentation #14

Open xorcus opened 10 years ago

xorcus commented 10 years ago

The following enum is dropped from generated docs, but should appear as enumeration type

/**

MyEnumeration = { VAL1: 42, VAL2: 55 };