senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

The order of methods #647

Open AnnieCyl opened 8 years ago

AnnieCyl commented 8 years ago

Currently the ordering of methods are alphabetic. But I want the order exactly how I organize those methods in my JS files. Is there any way to achieve that?

nene commented 8 years ago

Unfortunately not, and unlikely to be implemented in the future.

Consider the case where lots of methods are inherited and mixed in from other classes. How should these inherited methods be ordered? You might think up an order you'd prefer, but to any third party reading the docs, things would simply look random.