>> Is it possible to have the brief member listing (which includes
>> the brief description of the member) in the documentation API
>> sorted alphabetically? ...
>> For example, classFl.html lists the member in (what apparently
>> appears to be) random order...or perhaps in the order they are
>> declared in the source? However, the classFl-members.html
>> (navigated to via classFl.html) is sorted ...


> Does anybody know a doxygen option to change this? I'd really like
> to have alphabetic sort order (within the groups). Any ideas?

I was going to check this at the weekend when I have more time, but
in the Doxyfile produced by the old doxygen-1.3.9.1 at work I saw:

# 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

# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
# brief documentation of file, namespace and class members alphabetically
# by member name. If set to NO (the default) the members will appear in
# declaration order.

SORT_BRIEF_DOCS        = NO


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to