[PATCH] doc: fix API comments for Doxygen 1.18.0
Stephen Hemminger
stephen at networkplumber.org
Thu Sep 3 22:55:21 CEST 2026
On Thu, 3 Sep 2026 14:38:17 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:
> After upgrading to Doxygen 1.18.0, there are 2 kinds of errors:
>
> - @ref func() for static function is broken because of parens
> - @ref struct.member with anonymous struct/union is broken
>
> Parentheses are removed from inline function references.
> The second issue is more difficult and requires to degrade the doc
> by providing a global link to the struct page for the fields.
>
> The root causes of these issues can be found in these links:
> https://github.com/doxygen/doxygen/commit/e1bff01
> https://github.com/doxygen/doxygen/issues/12226
>
> Cc: stable at dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
Reviewed-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list