On Thu,  3 Sep 2026 14:38:17 +0200
Thomas Monjalon <[email protected]> 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: [email protected]
> 
> Signed-off-by: Thomas Monjalon <[email protected]>
> ---

Reviewed-by: Stephen Hemminger <[email protected]>

Reply via email to