Re: [Doxygen-users] doxygen sort order
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2015-06-30 17:02:31
|
On Tue, Jun 30, 2015 at 12:17 PM, woody <kn...@re...> wrote: > When I ran doxygen and output a .rtf file, doxygen sorted the fields in a > structure by name, > rather than by order of definition. > How do you override this behavior so it will do it in line number order > (the way the structure > is laid out). It is a pain having to sort these by hand. > > In your Doxygen config: SORT_MEMBER_DOCS = NO |