On 08/10/2020 18:12, Gedare Bloom wrote:

https://ftp.rtems.org/pub/rtems/people/sebh/doc/html/group__RTEMSAPIClassicEvent.html
However, I was reviewing the doxygen output of event.h and see that it
generates the bitmask macros in a strange order. I think these need to
be fixed to keep them grouped and order them with respect to each
other in ascending/descending order. I guess this can be complex, but
it is needed for human readability in this case.

In the topological sorting items with more references are placed before items with fewer references. This explains the ordering in the header file. I have currently no idea how this can be changed.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to