Don't document an absent parameter.
authorBryce Harrington <bryce@osg.samsung.com>
Thu, 30 Oct 2014 07:52:39 +0000 (00:52 -0700)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 11 Nov 2014 10:41:44 +0000 (12:41 +0200)
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 <bryce@osg.samsung.com>
src/wayland-server.c

index 7775508..53ae5ee 100644 (file)
@@ -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.