[PATCH] Don't document an absent parameter.
Bryce Harrington
bryce at osg.samsung.com
Thu Oct 30 00:52:39 PDT 2014
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 at osg.samsung.com>
---
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
More information about the wayland-devel
mailing list