[PATCH 2/8] doc: Remove deprecated functions from documentation
Bill Spitzak
spitzak at gmail.com
Fri Jan 2 18:29:16 PST 2015
---
src/wayland-server.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index c845dd6..38123c7 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -1331,7 +1331,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,
@@ -1428,6 +1428,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
--
1.7.9.5
More information about the wayland-devel
mailing list