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

Sorting of methods in classes / TOC #64

Closed
bohemima opened this issue Sep 28, 2011 · 3 comments
Closed

Sorting of methods in classes / TOC #64

bohemima opened this issue Sep 28, 2011 · 3 comments
Assignees
Milestone

Comments

@bohemima
Copy link

Looks like there is no sorting at all of the methods, could we have an option to sort alphabetically or have it in the order as they are implemented (as it is now)

Also, a TOC of methods would be very helpful

@Andrewsville
Copy link
Contributor

You can switch the order by clicking on the icon on the right side of the constants/methods/properties table header.

A TOC might be handy but I cannot imagine how it should look like. In fact, a class documentation page is a TOC of constants, methods and properties.

@kukulich
Copy link
Contributor

kukulich commented Oct 1, 2011

You can try develop branch, there is an option to sort methods alphabetically by default. Set elementsOrder to alphabetical in templates/default/config.neon.

@bohemima
Copy link
Author

bohemima commented Oct 3, 2011

Thanks, this will come in handy.
I'm not sure about how a TOC would look like, the one in PhpDocumentator was pretty useful for larger classes, being able to sort alphabetically by default makes it easier to find atleast.

Cmd+F and type the function you need works ok for now.

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

3 participants