Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH

2021-11-24 Thread David Marchand
On Tue, Nov 23, 2021 at 4:17 PM Luca Boccassi wrote: > > On Tue, 2021-11-23 at 15:48 +0100, Timothy Redaelli wrote: > > examples.dox is built inside builddir/doc/api and so doxygen generates > > some dir_HASH.html that includes the builddir name and this may prevent > > DPDK documentation to be co

Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH

2021-11-23 Thread David Marchand
On Tue, Nov 23, 2021 at 3:49 PM Timothy Redaelli wrote: > > examples.dox is built inside builddir/doc/api and so doxygen generates > some dir_HASH.html that includes the builddir name and this may prevent > DPDK documentation to be correctly generated in some distributions, for > example CentOS St

Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH

2021-11-23 Thread Luca Boccassi
On Tue, 2021-11-23 at 15:48 +0100, Timothy Redaelli wrote: > examples.dox is built inside builddir/doc/api and so doxygen generates > some dir_HASH.html that includes the builddir name and this may prevent > DPDK documentation to be correctly generated in some distributions, for > example CentOS St

[PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH

2021-11-23 Thread Timothy Redaelli
examples.dox is built inside builddir/doc/api and so doxygen generates some dir_HASH.html that includes the builddir name and this may prevent DPDK documentation to be correctly generated in some distributions, for example CentOS Stream 9 and RHEL9, since the builddir includes the architecture. Th