Re: [PATCH] rtems: Document scheduler configuration API

2023-02-10 Thread Gedare Bloom
the 4 doxygen patches look fine to me. On Fri, Feb 10, 2023 at 7:56 AM Gedare Bloom wrote: > > ok, thanks > > On Fri, Feb 10, 2023 at 7:20 AM Sebastian Huber > wrote: > > > > Move the scheduler configuration macros out of the #ifdef > > CONFIGURE_SCHEDULER_* scope so that Doxygen can see them an

Re: [PATCH] rtems: Document scheduler configuration API

2023-02-10 Thread Gedare Bloom
ok, thanks On Fri, Feb 10, 2023 at 7:20 AM Sebastian Huber wrote: > > Move the scheduler configuration macros out of the #ifdef > CONFIGURE_SCHEDULER_* scope so that Doxygen can see them and generate > the corresponding documentation entries. > --- > cpukit/include/rtems/scheduler.h | 569 ++

[PATCH] rtems: Document scheduler configuration API

2023-02-10 Thread Sebastian Huber
Move the scheduler configuration macros out of the #ifdef CONFIGURE_SCHEDULER_* scope so that Doxygen can see them and generate the corresponding documentation entries. --- cpukit/include/rtems/scheduler.h | 569 ++- 1 file changed, 407 insertions(+), 162 deletions(-)