libweston: Fix/clean-up doxygen warnings

This fixes warnings for weston-debug, input, compositor, log and
linux-explicit-sync. Warnings range from swapping '[in]', '[out]' with
the function arguments to wrong parameter names.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2019-06-12 16:05:44 +03:00
committed by Pekka Paalanen
parent 1bc6ceba06
commit a2dace23ae
7 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -3504,7 +3504,7 @@ static const EGLint gl_renderer_alpha_attribs[] = {
* by EGL.
*
* The extension suffix should be the suffix of the platform extension (that
* specifies a <platform> argument as defined in EGL_EXT_platform_base). For
* specifies a platform argument as defined in EGL_EXT_platform_base). For
* example, passing "foo" will check whether either "EGL_KHR_platform_foo",
* "EGL_EXT_platform_foo", or "EGL_MESA_platform_foo" is supported.
*