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?
ink-docstrap has a nice feature where it's possible to disable method sorting by specifying
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?