On Fri, 2018-09-07 at 17:13 +0100, Bruce Richardson wrote:
> On Mon, Sep 03, 2018 at 10:07:07AM +0100, Luca Boccassi wrote:
> > On Mon, 2018-09-03 at 02:54 +0200, Thomas Monjalon wrote:
> > > 31/08/2018 20:20, Luca Boccassi:
> > > > +# SC2129 - avoid multiple individual redirects
> > >
> > > What
On Mon, Sep 03, 2018 at 10:07:07AM +0100, Luca Boccassi wrote:
> On Mon, 2018-09-03 at 02:54 +0200, Thomas Monjalon wrote:
> > 31/08/2018 20:20, Luca Boccassi:
> > > +# SC2129 - avoid multiple individual redirects
> >
> > What is SC2129 ?
>
> shellcheck - will clarify in v2
>
> > > +{ \
> > > +
On Mon, 2018-09-03 at 02:54 +0200, Thomas Monjalon wrote:
> 31/08/2018 20:20, Luca Boccassi:
> > +# SC2129 - avoid multiple individual redirects
>
> What is SC2129 ?
shellcheck - will clarify in v2
> > +{ \
> > +printf '/**\n'; \
> > +printf '@page examples DPDK Example Programs\n\n'; \
31/08/2018 20:20, Luca Boccassi:
> +# SC2129 - avoid multiple individual redirects
What is SC2129 ?
> +{ \
> +printf '/**\n'; \
> +printf '@page examples DPDK Example Programs\n\n'; \
> +find "${EXAMPLES_DIR}" -type f -name '*.c' -printf '@example
> examples/%P\n' | LC_ALL=C sort; \
This will make it possible to generate the file in the same way from
Meson as well.
Signed-off-by: Luca Boccassi
---
doc/api/generate_examples.sh | 14 ++
mk/rte.sdkdoc.mk | 5 +
2 files changed, 15 insertions(+), 4 deletions(-)
create mode 100755 doc/api/generate_e
5 matches
Mail list logo