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:
Simon Ser 2024-04-17 13:39:27 +02:00
parent 80c65f862f
commit 6e1db53916

View file

@ -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)