From f324d3002434b765687e6e96217a0d536197083f Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 2 Apr 2026 14:19:30 +0300 Subject: [PATCH] doc: Doxygen group for client Fix the following error: Generating doc/sphinx/weston-doc-breathe with a custom command FAILED: [code=1] doc/sphinx/weston doc/sphinx/run_doxygen_sphinx.sh /home/pq/git/weston/libweston/compositor.c:10001: error: Found non-existing group 'client' for the command '@ingroup', ignoring command (warning treated as error, aborting now) Fixes: df622cbb20f25b4c196c04da1b90fc2e47a005f3 Signed-off-by: Pekka Paalanen --- libweston/compositor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston/compositor.c b/libweston/compositor.c index 84fc97799..9437ff616 100644 --- a/libweston/compositor.c +++ b/libweston/compositor.c @@ -100,6 +100,7 @@ * \defgroup head Head * \defgroup output Output * \defgroup compositor Compositor + * \defgroup client Wayland Clients */ #define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */