Re: [dpdk-dev] [PATCH 4/4] build: generate API documentation with Meson

2018-09-07 Thread Luca Boccassi
On Fri, 2018-09-07 at 17:31 +0100, Bruce Richardson wrote: > On Fri, Aug 31, 2018 at 07:20:55PM +0100, Luca Boccassi wrote: > > Both a configuration-time "enable_docs" boolean option and an > > optional > > 'ninja doc' target are available. Note that due to a Meson bug for > > now > > the latter wi

Re: [dpdk-dev] [PATCH 4/4] build: generate API documentation with Meson

2018-09-07 Thread Bruce Richardson
On Fri, Aug 31, 2018 at 07:20:55PM +0100, Luca Boccassi wrote: > Both a configuration-time "enable_docs" boolean option and an optional > 'ninja doc' target are available. Note that due to a Meson bug for now > the latter will only build, but not install the files. > > Signed-off-by: Luca Boccassi

Re: [dpdk-dev] [PATCH 4/4] build: generate API documentation with Meson

2018-09-03 Thread Luca Boccassi
On Mon, 2018-09-03 at 03:09 +0200, Thomas Monjalon wrote: > 31/08/2018 20:20, Luca Boccassi: > > Both a configuration-time "enable_docs" boolean option and an > > optional > > 'ninja doc' target are available. Note that due to a Meson bug for > > now > > the latter will only build, but not install

Re: [dpdk-dev] [PATCH 4/4] build: generate API documentation with Meson

2018-09-02 Thread Thomas Monjalon
31/08/2018 20:20, Luca Boccassi: > Both a configuration-time "enable_docs" boolean option and an optional > 'ninja doc' target are available. Note that due to a Meson bug for now > the latter will only build, but not install the files. > > Signed-off-by: Luca Boccassi > --- > doc/api/generate_do

[dpdk-dev] [PATCH 4/4] build: generate API documentation with Meson

2018-08-31 Thread Luca Boccassi
Both a configuration-time "enable_docs" boolean option and an optional 'ninja doc' target are available. Note that due to a Meson bug for now the latter will only build, but not install the files. Signed-off-by: Luca Boccassi --- doc/api/generate_doxygen.sh | 10 doc/api/meson.build