summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-04-17 13:39:27 +0200
committerSimon Ser <contact@emersion.fr>2024-04-24 16:27:50 +0000
commit6e1db539168562020203498d97f8222cd06a4a43 (patch)
tree9df9f465ea1d4064575b31e7fa445c38b7c833a9
parent80c65f862f7919691d3b0d31810f5a40f8675f37 (diff)
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>
-rw-r--r--src/wayland-client-core.h2
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)