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 <[email protected]>
---
 src/wayland-server.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..ffe5233 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.
-- 
1.9.1

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to