Re: [PATCH] src: Enable doxygen to generate Function Documentation

2019-09-21 Thread Duncan Roe
Hi Pablo, On Fri, Sep 20, 2019 at 11:05:09AM +0200, Pablo Neira Ayuso wrote: > On Fri, Sep 20, 2019 at 10:00:06AM +1000, Duncan Roe wrote: > > (cc'ing list - already sent to Pablo) > > > > Hi Pablo, > > > > On Sat, Sep 14, 2019 at 01:25:56PM +1000, Duncan Roe wrote: > > > Hi Pablo, > > > > > > On

Re: [PATCH] src: Enable doxygen to generate Function Documentation

2019-09-20 Thread Pablo Neira Ayuso
On Fri, Sep 20, 2019 at 10:00:06AM +1000, Duncan Roe wrote: > (cc'ing list - already sent to Pablo) > > Hi Pablo, > > On Sat, Sep 14, 2019 at 01:25:56PM +1000, Duncan Roe wrote: > > Hi Pablo, > > > > On Sun, Sep 08, 2019 at 06:25:05PM +1000, Duncan Roe wrote: > > > The C source files all contain

Re: [PATCH] src: Enable doxygen to generate Function Documentation

2019-09-19 Thread Duncan Roe
(cc'ing list - already sent to Pablo) Hi Pablo, On Sat, Sep 14, 2019 at 01:25:56PM +1000, Duncan Roe wrote: > Hi Pablo, > > On Sun, Sep 08, 2019 at 06:25:05PM +1000, Duncan Roe wrote: > > The C source files all contain doxygen documentation for each defined > > function > > but this was not appe

Re: [PATCH] src: Enable doxygen to generate Function Documentation

2019-09-13 Thread Duncan Roe
Hi Pablo, On Sun, Sep 08, 2019 at 06:25:05PM +1000, Duncan Roe wrote: > The C source files all contain doxygen documentation for each defined function > but this was not appearing in the generated HTML. > Fix is to move all EXPORT_SYMBOL macro calls to after the function definition. > Doxygen seem

[PATCH] src: Enable doxygen to generate Function Documentation

2019-09-08 Thread Duncan Roe
The C source files all contain doxygen documentation for each defined function but this was not appearing in the generated HTML. Fix is to move all EXPORT_SYMBOL macro calls to after the function definition. Doxygen seems to otherwise forget the documentation on encountering EXPORT_SYMBOL which is