hegemonic / jsdoc-baseline

An experimental, extensible template for JSDoc.
Other
61 stars 32 forks source link

Items in an enum should not appear on the index page #168

Closed hegemonic closed 9 years ago

hegemonic commented 9 years ago

The index should not show the members of an enum. Instead, it should only show the enum itself.

Fixing this issue may force some other changes to the way we generate the index file.

hegemonic commented 9 years ago

Fixed on master.