clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Allow aliasing event names #59

Closed toddq closed 5 years ago

toddq commented 5 years ago

This might be a corner case, but my team is using docdash and would like to be able to use @alias with @event. We've made our event names available as constants on an object in the class, and would just like to alias them to display as Event.FOO instead of Event:FOO as that's how we expect our users to actually reference them.

ar2rsawseen commented 5 years ago

Sounds fine by me :) I will publish new release, when I will retest the PR to remove jquery dependency. Will try to do it ASAP.