summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2015-01-02 18:29:15 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-01-23 18:44:54 -0800
commit594ec7e6893db1b15178cc748b7027692acb7c2f (patch)
tree1878025c963e31859ab4059b2168abf2a3103b92
parentab3ee6f6d96c2e9adc3808975fdaf1727e5ff48e (diff)
downloadwayland-594ec7e6893db1b15178cc748b7027692acb7c2f.tar.gz
doc: add missing \memberof to wl_display_get_protocol_error
Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/wayland-client.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 9e8bdfe..d1d21ca 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1689,8 +1689,7 @@ wl_display_get_error(struct wl_display *display)
return ret;
}
-/**
- * Retrieves the information about a protocol error:
+/** Retrieves the information about a protocol error:
*
* \param display The Wayland display
* \param interface if not NULL, stores the interface where the error occurred
@@ -1708,8 +1707,8 @@ wl_display_get_error(struct wl_display *display)
* }
*
* ...
- *
- * \endcode
+ * \endcode
+ * \memberof wl_display
*/
WL_EXPORT uint32_t
wl_display_get_protocol_error(struct wl_display *display,