Re: [PATCH 08/12] score: Always define RTEMSScoreMRSP group

2020-12-01 Thread Sebastian Huber
On 01/12/2020 17:48, Gedare Bloom wrote: I never realized the Doxygen picks up the CPP feature checks. That's really interesting. Yes, and there are some configuration options which control the pre-processing done by Doxygen. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Pu

Re: [PATCH 08/12] score: Always define RTEMSScoreMRSP group

2020-12-01 Thread Gedare Bloom
I never realized the Doxygen picks up the CPP feature checks. That's really interesting. On Tue, Dec 1, 2020 at 1:10 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This fixes a Doxygen warning. > --- > cpukit/include/rtems/score/mrsp.h | 9 - > 1 file changed, 4 insert

[PATCH 08/12] score: Always define RTEMSScoreMRSP group

2020-12-01 Thread Sebastian Huber
This fixes a Doxygen warning. --- cpukit/include/rtems/score/mrsp.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cpukit/include/rtems/score/mrsp.h b/cpukit/include/rtems/score/mrsp.h index e42c3a400c..678a678b14 100644 --- a/cpukit/include/rtems/score/mrsp.h +++ b/