clenemt / docdash

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

Support for useLongnameInNav #39

Closed radarfox closed 6 years ago

radarfox commented 6 years ago

Hello,

I'm missing support for configuration option templates.default.useLongnameInNav (JSDoc documentation).

For example, there are two classes Foo and Bar. If I define that Bar is @memberof Foo, then the Bar class heading if correctly showing Foo.Bar. But in the nav bar there is only Bar shown despite being sorted as if it had name Foo.Bar (i will output Bar item just after Foo).

ar2rsawseen commented 6 years ago

Added support for it here: https://github.com/clenemt/docdash/commit/3f9ad3bf7479b8f5c5d1128859d915ded4aec7fb

radarfox commented 6 years ago

Thanks a lot. Works perfect!