Re: [Doxygen-users] doxygen sort order
Brought to you by:
dimitri
From: woody <kn...@re...> - 2015-06-30 20:27:30
|
At 01:02 PM 6/30/2015 -0400, Ron W wrote: >On Tue, Jun 30, 2015 at 12:17 PM, woody ><<mailto:kn...@re...>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 Thank you. When I read that, it implied that the documents would be sorted somehow. SORT_STRUCTURE_MEMBERS would have communicated it better I think. I will change that for the next configuration. I just completed a massive copy, delete, and paste effort on the .rtf file..... sigh.. |