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: df622cbb20

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2026-04-02 14:19:30 +03:00 committed by Marius Vlad
parent 61c7ed7ceb
commit f324d30024

View file

@ -100,6 +100,7 @@
* \defgroup head Head
* \defgroup output Output
* \defgroup compositor Compositor
* \defgroup client Wayland Clients
*/
#define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */