问题
Which Doxygen option can completely disable sorting members by type (Private / Public / Method / Variable), and output members purely based on the order in which they were declared?
回答1:
This is impossible via the config options. The best you can do is:
SORT_MEMBER_DOCS = NO
which disables alphabetical sorting of members.
来源:https://stackoverflow.com/questions/1385775/can-doxygen-output-members-purely-in-order-of-declaration