Search code examples
functiondoxygenmemberalphabetical

How can I get Doxygen to sort member functions alphabetically by name?


I'm seeing this in my output code:

void shift_left()
void reassign(...)
void add_last()
void multiply_by_scalar()

These functions are public members of a class. This occurs regardless of whether I select SORT_MEMBER_DOCS and/or SORT_BRIEF_DOCS to be true.

Is there any way to get these functions into alphabetical order?


Solution

  • No, it is currently not possible.

    I suggest you read their manual on reporting bugs and if none of the other sorting bug reports for Doxygen in their issue tracker are a duplicate of what you're experiencing, feel free to file a new bug report.