Re: Doxygen @param and [in], [out] or [in,out]?

2019-04-09 Thread Sebastian Huber
On 05/04/2019 09:44, Sebastian Huber wrote: On 13/03/2019 07:55, Sebastian Huber wrote: On 28/02/2019 15:52, Sebastian Huber wrote: Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do

Re: Doxygen @param and [in], [out] or [in,out]?

2019-04-05 Thread Sebastian Huber
On 13/03/2019 07:55, Sebastian Huber wrote: On 28/02/2019 15:52, Sebastian Huber wrote: Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do we want to use [in], [out] or [in,out] as we

Re: Doxygen @param and [in], [out] or [in,out]?

2019-03-13 Thread Gedare Bloom
On Wed, Mar 13, 2019 at 2:55 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 28/02/2019 15:52, Sebastian Huber wrote: > > Hello, > > > > we agreed to use @param for function parameter documentation: > > > > > https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxyg

Re: Doxygen @param and [in], [out] or [in,out]?

2019-03-12 Thread Sebastian Huber
On 28/02/2019 15:52, Sebastian Huber wrote: Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do we want to use [in], [out] or [in,out] as well? If yes, how are [in], [out] or [in,out]

Doxygen @param and [in], [out] or [in,out]?

2019-02-28 Thread Sebastian Huber
Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do we want to use [in], [out] or [in,out] as well? If yes, how are [in], [out] or [in,out] used exactly? For example consider values passe