php - Save functions order in phpdoc -


i'm running phpdoc on project , there's file (the meaningful file), in order of methods important grouping methods. how can have same order of functions in generated documentation in source file?

actually, i'm ready change doc framework, if helps.

unfortunately, doesn't appear there way tell documenter order list methods in.

however, @see may useful draw attention related functions. coupled note in full description order being needed, or out of order exceptions may best tool can offer.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -