From 8dddf4fff07fee0d5765143bab3c6f3ded2f0ac5 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Thu, 11 Aug 2016 16:29:12 +0200 Subject: Doc: Language edits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-53147 Change-Id: I353cf18b9661b5eb2371072f8091dc890fc7fcf0 Reviewed-by: Leena Miettinen Reviewed-by: Topi Reiniƶ --- .../doc/src/qtwaylandcompositor-overview.qdoc | 34 +++++++++++++--------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'src/compositor/doc/src/qtwaylandcompositor-overview.qdoc') diff --git a/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc b/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc index 9811d5205..d2f0f6f40 100644 --- a/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc +++ b/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc @@ -30,25 +30,31 @@ \title Qt Wayland Compositor \brief An API to develop display servers supporting the Wayland protocol - Qt Wayland Compositor is a module consisting of QML and C++ APIs for developing - custom display servers based on the \l{http://wayland.freedesktop.org}{Wayland protocol}. - The server displays content from client applications that support the Wayland protocol. + Qt Wayland Compositor is a module that provides QML and C++ APIs for + developing custom display servers based on the + \l{http://wayland.freedesktop.org}{Wayland protocol}. The server displays + content from client applications that support the Wayland protocol. \section1 Environment Variables and Command-line Arguments - The Qt Wayland Compositor API recognizes some environment variables and command-line arguments - that can be used to customize its behavior. + The Qt Wayland Compositor API recognizes some environment variables and + command-line arguments that can be used to customize its behavior. - The environment variables: \list - \li QT_WAYLAND_HARDWARE_INTEGRATION Selects which hardware integration plugin to use. - \li QT_WAYLAND_CLIENT_BUFFER_INTEGRATION Selects which client buffer integration plugin to use. - \li QT_WAYLAND_SERVER_BUFFER_INTEGRATION Selects which server integration plugin to use. - \endlist - - The command-line arguments: - \list - \li --wayland-socket-name Overrides the default socket name used for communicating with clients. + \li Environment variables: + \list + \li \b QT_WAYLAND_HARDWARE_INTEGRATION Selects the hardware integration + plugin to use. + \li \b QT_WAYLAND_CLIENT_BUFFER_INTEGRATION Selects the client buffer + integration plugin to use. + \li \b QT_WAYLAND_SERVER_BUFFER_INTEGRATION Selects the server + integration plugin to use. + \endlist + \li Command-line arguments: + \list + \li \c{--wayland-socket-name} Overrides the default socket name used for + communicating with clients. + \endlist \endlist \section1 Examples -- cgit v1.2.3