clenemt / docdash

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

Feature/typedef in member nav #106

Closed MatthewFallon closed 2 years ago

MatthewFallon commented 2 years ago

I noticed typedefs only show up in the global part of the nav with the typedef option, but it is not uncommon to have typedefs added to a namespace for grouping. This adds those in to each member grouping as well and styles all typedefs with a ● for visual clarity as well.