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
Post a Comment