GNOME Bugzilla – Bug 646533
[patch] sorting of overloaded member functions
Last modified: 2011-06-06 11:52:45 UTC
Created attachment 184945 [details] [review] patch I've noticed that with SORT_MEMBER_DOCS=YES the order of overloads is undefined, due to unstable sort used to sort member list. IMHO it would be much better to have the order of overloads the same as in the input file, because it would allow using @overload with SORT_MEMBER_DOCS=YES (@overload writes something about "the above function", so it is confusing if the order changes). I've made a quick fix (attached) that adds sorting by getDefLine() if it happens that the names are the same. I'm not familiar with doxygen code, so you may find a better solution.
Thanks, looks like a neat solution, I'll include the patch in the next subversion update.
Apparently it has been done. Thanks! So I'm closing this ticket.