Re: [PATCH libmnl] src: fix doxygen function documentation

2019-10-06 Thread Pablo Neira Ayuso
Hi, On Sun, Oct 06, 2019 at 09:55:25PM +1100, Duncan Roe wrote: > Hi Pablo, > > On Mon, Sep 30, 2019 at 04:17:53PM +0200, Pablo Neira Ayuso wrote: > > On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > > > Currently clang requires EXPORT_SYMBOL() to be above the functio

Re: [PATCH libmnl] src: fix doxygen function documentation

2019-10-06 Thread Duncan Roe
Hi Pablo, On Mon, Sep 30, 2019 at 04:17:53PM +0200, Pablo Neira Ayuso wrote: > On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > > Currently clang requires EXPORT_SYMBOL() to be above the function > > implementation. At the same time doxygen is not generating the proper

Re: [PATCH libmnl] src: fix doxygen function documentation

2019-09-30 Thread Pablo Neira Ayuso
On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > Currently clang requires EXPORT_SYMBOL() to be above the function > implementation. At the same time doxygen is not generating the proper > documentation because of that. > > This patch solves that problem but EXPORT_SYM

Re: [PATCH libmnl] src: fix doxygen function documentation

2019-09-26 Thread Pablo Neira Ayuso
On Thu, Sep 26, 2019 at 10:05:58AM +1000, Duncan Roe wrote: > On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > > Currently clang requires EXPORT_SYMBOL() to be above the function > > implementation. At the same time doxygen is not generating the proper > > documentation

Re: [PATCH libmnl] src: fix doxygen function documentation

2019-09-25 Thread Duncan Roe
On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > Currently clang requires EXPORT_SYMBOL() to be above the function > implementation. At the same time doxygen is not generating the proper > documentation because of that. > > This patch solves that problem but EXPORT_SYMB