mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 03:48:02 +02:00
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:
parent
61c7ed7ceb
commit
f324d30024
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@
|
|||
* \defgroup head Head
|
||||
* \defgroup output Output
|
||||
* \defgroup compositor Compositor
|
||||
* \defgroup client Wayland Clients
|
||||
*/
|
||||
|
||||
#define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue