diff options
| author | Simon Ser <contact@emersion.fr> | 2024-04-17 13:39:27 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-04-24 16:27:50 +0000 |
| commit | 6e1db539168562020203498d97f8222cd06a4a43 (patch) | |
| tree | 9df9f465ea1d4064575b31e7fa445c38b7c833a9 /src/wayland-client-core.h | |
| parent | tests: add deprecated-since attributes (diff) | |
| download | wayland-6e1db539168562020203498d97f8222cd06a4a43.tar wayland-6e1db539168562020203498d97f8222cd06a4a43.tar.gz wayland-6e1db539168562020203498d97f8222cd06a4a43.tar.bz2 wayland-6e1db539168562020203498d97f8222cd06a4a43.tar.lz wayland-6e1db539168562020203498d97f8222cd06a4a43.tar.xz wayland-6e1db539168562020203498d97f8222cd06a4a43.tar.zst wayland-6e1db539168562020203498d97f8222cd06a4a43.zip | |
client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROY
Fixes the following warning:
src/wayland-client-core.h:125: warning: Found non-existing group 'wl_proxy' for the command '@ingroup', ignoring command
"\memberof" cannot be used here because it only works on functions.
The docs for "\memberof" say that "\relates" works in a similar way.
While at it, use a "\" command instead of a "@" command for
consistency with the rest of the file.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'src/wayland-client-core.h')
| -rw-r--r-- | src/wayland-client-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h index a9d620e..a4ca4e5 100644 --- a/src/wayland-client-core.h +++ b/src/wayland-client-core.h @@ -120,7 +120,7 @@ struct wl_display; struct wl_event_queue; /** Destroy proxy after marshalling - * @ingroup wl_proxy + * \relates wl_proxy */ #define WL_MARSHAL_FLAG_DESTROY (1 << 0) |
