Re: [PATCH] rtems: Add "Notes" paragraph header

2021-01-26 Thread Gedare Bloom
Thank you for the clarification. On Tue, Jan 26, 2021 at 10:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/01/2021 16:42, Gedare Bloom wrote: > > > Some of them don't add the @par notes, is there a rationale for when > > it is/isn't there? (It looks like maybe that is

Re: [PATCH] rtems: Add "Notes" paragraph header

2021-01-26 Thread Sebastian Huber
On 26/01/2021 16:42, Gedare Bloom wrote: Some of them don't add theĀ @par notes, is there a rationale for when it is/isn't there? (It looks like maybe that is for doxygen of macros.) The problem is that this patch does two things: 1. It adds @par Notes. 2. It moves the notes and description t

[PATCH] rtems: Add "Notes" paragraph header

2021-01-25 Thread Sebastian Huber
Place the paragraphs in the same order as the directive documentation in the RTEMS Classic API Guide. Update #3993. --- cpukit/include/rtems/config.h | 105 +++- cpukit/include/rtems/io.h | 128 --- cpukit/include/rtems/rtems/attr.h | 8 + cpukit/incl