voxel51/api-js

Enums not appearing in generated docs

Opened this issue · 0 comments

We are using the JSDoc @enum decorator to document enums such as voxel51.users.api.AnalyticType that appear in the code. However, they are not currently appearing in the generated docs.

This issue from the JSDoc repository reports a similar behavior, but I have not been able to get the @namespace suggestion made there to work...
jsdoc/jsdoc#1184