From 94f1718c50588733c639a06e1d3f81228da23eea Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 30 Oct 2014 00:52:39 -0700 Subject: [PATCH] Don't document an absent parameter. Quells a doxygen warning: src/wayland-server.c:790: warning: argument 'None' of command @param is not found in the argument list of wl_display::wl_display_create(void) Signed-off-by: Bryce Harrington --- src/wayland-server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 7775508..53ae5ee 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -787,7 +787,6 @@ bind_display(struct wl_client *client, struct wl_display *display) /** Create Wayland display object. * - * \param None * \return The Wayland display object. Null if failed to create * * This creates the wl_display object. -- 2.7.4