RE: [Doxygen-users] Sorting member functions (bug?)
Brought to you by:
dimitri
From: Anthony Y. <an...@ac...> - 2001-09-13 13:32:43
|
Thanks for your response. Yes, that's exactly what I'd like to do. I know about the option SORT_MEMBER_DOCS but it only sorts the detailed descriptions, *NOT* the brief descriptions, where the names are separated by different access modifiers. I was wondering if they can be sorted alphabetically as well. Right now, even if the SORT_MEMBER_DOCS is YES, the brief descriptions appear in the order in which the functions are declared in the header, *NOT* sorted... It would be nice to have an option for sorting them. -----Original Message----- From: dox...@li... [mailto:dox...@li...] On Behalf Of Prikryl,Petr Sent: Thursday, 13 September, 2001 03:35 To: Anthony Yuen; dox...@li... Subject: RE: [Doxygen-users] Sorting member functions (bug?) Try "doxygen -g" to generate Doxyfile with comments. Then look for SORT_MEMBER_DOCS. You can find the following: # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES It works for me concerning the detailed descriptions. On the other hand, the list of methods with brief descriptions (in the first part of a documentation page for a class) is not sorted. I guess that it can be a bug. Or is it intentional? Thanks, Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... |