Re: [PATCH 43/98] doxygen: score: adjust doc in rbtree.h to doxygen guidelines

2019-05-13 Thread Sebastian Huber
On 14/05/2019 01:02, Chris Johns wrote: On 14/5/19 8:40 am, Chris Johns wrote: The patch breaks master. It might pay to build it locally. For maybe not as buildbot found the issue ... nice :) https://buildbot.rtems.org/#/builders/7/builds/257 I think buildbot need to shout out so I will ask

Re: [PATCH 43/98] doxygen: score: adjust doc in rbtree.h to doxygen guidelines

2019-05-13 Thread Sebastian Huber
On 14/05/2019 00:40, Chris Johns wrote: Hi, The patch breaks master. It might pay to build it locally. Sorry, I should have checked that it builds. I only checked the Doxygen output. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 8

Re: [PATCH 43/98] doxygen: score: adjust doc in rbtree.h to doxygen guidelines

2019-05-13 Thread Chris Johns
On 14/5/19 8:40 am, Chris Johns wrote: > The patch breaks master. It might pay to build it locally. For maybe not as buildbot found the issue ... nice :) https://buildbot.rtems.org/#/builders/7/builds/257 I think buildbot need to shout out so I will ask Amar if an email can be sent to bui...@rt

Re: [PATCH 43/98] doxygen: score: adjust doc in rbtree.h to doxygen guidelines

2019-05-13 Thread Chris Johns
Hi, The patch breaks master. It might pay to build it locally. On 7/5/19 3:39 pm, Sebastian Huber wrote: > From: Andreas Dachsberger > > --- > cpukit/include/rtems/score/rbtree.h | 154 > +--- > 1 file changed, 90 insertions(+), 64 deletions(-) > > diff --git

[PATCH 43/98] doxygen: score: adjust doc in rbtree.h to doxygen guidelines

2019-05-06 Thread Sebastian Huber
From: Andreas Dachsberger --- cpukit/include/rtems/score/rbtree.h | 154 +--- 1 file changed, 90 insertions(+), 64 deletions(-) diff --git a/cpukit/include/rtems/score/rbtree.h b/cpukit/include/rtems/score/rbtree.h index b63c5cb4c2..1e18d08fd3 100644 --- a/cpuki