[PATCH v2] rtems: Generate <rtems/io.h>

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Oct 7 17:40:18 UTC 2020


On 07/10/2020 17:26, Gedare Bloom wrote:

> Thinking about the discussion about ordering directives in the docs,
> the generated header reorders directives also. Is it also doing
> generation by alphabetical order?
>
> Should we consider using the same order as defined for the API
> documentation? I guess this would make the Doxygen consistently
> ordered wrt the docs.
This would make things a lot more complicated. For the Doxygen we have 
to take also the C language into account. For example before you use a 
type, it must be declared. This is done through automatic dependency 
tracking and a topological sorting. Adding a manual order into this 
stuff would be difficult.


More information about the devel mailing list