mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
80c65f862f
commit
6e1db53916
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue