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>
This commit is contained in:
Bill Spitzak 2015-01-02 18:29:15 -08:00 committed by Bryce Harrington
parent ab3ee6f6d9
commit 594ec7e689

View file

@ -1689,8 +1689,7 @@ wl_display_get_error(struct wl_display *display)
return ret; return ret;
} }
/** /** Retrieves the information about a protocol error:
* Retrieves the information about a protocol error:
* *
* \param display The Wayland display * \param display The Wayland display
* \param interface if not NULL, stores the interface where the error occurred * \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_EXPORT uint32_t
wl_display_get_protocol_error(struct wl_display *display, wl_display_get_protocol_error(struct wl_display *display,