doc: Remove deprecated functions from documentation

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:16 -08:00 committed by Bryce Harrington
parent 594ec7e689
commit 074e120cb3

View file

@ -1330,7 +1330,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
wl_log_handler = handler;
}
/* Deprecated functions below. */
/** \cond */ /* Deprecated functions below. */
uint32_t
wl_client_add_resource(struct wl_client *client,
@ -1427,6 +1427,8 @@ wl_display_remove_global(struct wl_display *display, struct wl_global *global)
wl_global_destroy(global);
}
/** \endcond */
/** Add support for a wl_shm pixel format
*
* \param display The display object