DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Ali Alnubani <alialnu@nvidia.com>
Cc: <dev@dpdk.org>
Subject: Re: [PATCH v2] lib: remove empty return types from doxygen comments
Date: Tue, 25 Oct 2022 09:00:18 -0700	[thread overview]
Message-ID: <20221025090018.67a4b405@hermes.local> (raw)
In-Reply-To: <20221025133238.3211967-1-alialnu@nvidia.com>

On Tue, 25 Oct 2022 16:32:38 +0300
Ali Alnubani <alialnu@nvidia.com> wrote:

> Recent versions of doxygen (1.9.4 and newer) complain about
> documented return types for functions that don't return anything.
> 
> This patch removes these return types to fix build errors similar
> to this one:
> [..]
> Generating doc/api/doxygen with a custom command
> FAILED: doc/api/html
> /usr/bin/python3 /path/to/doc/api/generate_doxygen.py doc/api/html
>   /usr/bin/doxygen doc/api/doxy-api.conf
> /root/dpdk/lib/eal/include/rte_bitmap.h:324: error: found documented
>   return type for rte_bitmap_prefetch0 that does not return anything
>   (warning treated as error, aborting now)
> [..]
> 
> Tested with doxygen versions: 1.8.13, 1.8.17, 1.9.1, and 1.9.4.
> 
> Signed-off-by: Ali Alnubani <alialnu@nvidia.com>

Acked-by: Stephen Hemminger <stephen@networkplumber.org>

  reply	other threads:[~2022-10-25 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 13:22 [PATCH] " Ali Alnubani
2022-10-25 13:32 ` [PATCH v2] " Ali Alnubani
2022-10-25 16:00   ` Stephen Hemminger [this message]
2022-10-26 15:52     ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221025090018.67a4b405@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=alialnu@nvidia.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).