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 <bryce@osg.samsung.com>
This commit is contained in:
Bryce Harrington 2014-10-30 00:52:39 -07:00 committed by Pekka Paalanen
parent ff769d8fae
commit 94f1718c50

View file

@ -787,7 +787,6 @@ bind_display(struct wl_client *client, struct wl_display *display)
/** Create Wayland display object. /** Create Wayland display object.
* *
* \param None
* \return The Wayland display object. Null if failed to create * \return The Wayland display object. Null if failed to create
* *
* This creates the wl_display object. * This creates the wl_display object.