From 71d55dedf766e150978f9e005de5f854157bac39 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 21 Jun 2016 16:19:50 +0200 Subject: Doc: several minor link issues in QtWayland MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9e656b02e1b820e2257d95948650c541656192b4 Reviewed-by: Venugopal Shivashankar Reviewed-by: Topi Reiniƶ --- src/compositor/extensions/qwaylandwlshell.cpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/compositor/extensions/qwaylandwlshell.cpp') diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp index e3ab2eecb..93bad2938 100644 --- a/src/compositor/extensions/qwaylandwlshell.cpp +++ b/src/compositor/extensions/qwaylandwlshell.cpp @@ -326,12 +326,9 @@ const struct wl_interface *QWaylandWlShell::interface() */ /*! - * \fn void QWaylandWlShell::createShellSurface(QWaylandSurface *surface, QWaylandClient *client, uint id) + * \fn void QWaylandWlShell::createShellSurface(QWaylandSurface *surface, const QWaylandResource &resource) * - * This signal is emitted when the \a client has requested a shell surface to be associated - * with \a surface and be assigned the given \a id. The handler for this signal is - * expected to create the shell surface and initialize it within the scope of the - * signal emission. + * Constructs a QWaylandSurface, assigns it to \a surface and initializes it with the given \a resource. */ /*! @@ -377,7 +374,7 @@ QWaylandWlShellSurface::QWaylandWlShellSurface() } /*! - * Constructs a QWaylandWlShellSurface for \a surface and initializes it with the given \a shell and \a resource. + * Constructs a QWaylandWlShellSurface for \a surface and initializes it with the given \a shell and resource \a res. */ QWaylandWlShellSurface::QWaylandWlShellSurface(QWaylandWlShell *shell, QWaylandSurface *surface, const QWaylandResource &res) : QWaylandShellSurfaceTemplate(*new QWaylandWlShellSurfacePrivate) @@ -586,12 +583,12 @@ QWaylandSurfaceRole *QWaylandWlShellSurface::role() /*! * \qmlmethod void QtWaylandCompositor::WlShellSurface::ping() * - * Sends a ping event to the client. If the client replies to the event the \a pong + * Sends a ping event to the client. If the client replies to the event the pong * signal will be emitted. */ /*! - * Sends a ping event to the client. If the client replies to the event the \a pong + * Sends a ping event to the client. If the client replies to the event the pong * signal will be emitted. */ void QWaylandWlShellSurface::ping() -- cgit v1.2.3