clenemt / docdash

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

Allow option to disable method sorting #6

Closed not-an-aardvark closed 8 years ago

not-an-aardvark commented 8 years ago

ink-docstrap has a nice feature where it's possible to disable method sorting by specifying

{"opts": {"sort": false}}

in the config file. JSDoc seems to sort methods alphabetically by default, but it's often preferred to display functions in the same order that they appear in the source code.

Would it be possible to add this feature to docdash?