Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort Comments by Type #48

Open
qbradq opened this issue Mar 25, 2016 · 1 comment
Open

Sort Comments by Type #48

qbradq opened this issue Mar 25, 2016 · 1 comment

Comments

@qbradq
Copy link
Contributor

qbradq commented Mar 25, 2016

I would like to do a PR to sort the comments within a document by type, such that the constructor would be forced to the top of the document, followed by properties, events, and methods. Each group would be sorted alphabetically. This would work well with projects that stick to the one constructor per file rule, but would produce output even less readable than current for module-per-file projects.

Would it be preferable to implement this as a change to the default behavior or as an option in the options object?

@cbou
Copy link
Owner

cbou commented Apr 8, 2016

To me it's better to make this as option for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants