Re: [PATCH] drm/amd/include: fix kernel-doc formatting in amd_shared.h

2025-04-17 Thread Jani Nikula
On Wed, 16 Apr 2025, Luke Hofstetter wrote: > when doing make htmldocs, Sphinx complained about in-line documentation > in enum DC_DEBUG_MASK, so reformatted documentation to define each > member in kernel-doc comment above the enum instead. Why? What's the error message exactly? I think what you

[PATCH] drm/amd/include: fix kernel-doc formatting in amd_shared.h

2025-04-16 Thread Luke Hofstetter
when doing make htmldocs, Sphinx complained about in-line documentation in enum DC_DEBUG_MASK, so reformatted documentation to define each member in kernel-doc comment above the enum instead. Signed-off-by: Luke Hofstetter --- drivers/gpu/drm/amd/include/amd_shared.h | 124 ++