doc: Remove deprecated functions from documentation
authorBill Spitzak <spitzak@gmail.com>
Sat, 3 Jan 2015 02:29:16 +0000 (18:29 -0800)
committerBryce Harrington <bryce@osg.samsung.com>
Sat, 24 Jan 2015 02:44:55 +0000 (18:44 -0800)
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
src/wayland-server.c

index cde1eef..7f7f187 100644 (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