summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-screen/doc/src/multi-screen.qdoc')
-rw-r--r--examples/wayland/multi-screen/doc/src/multi-screen.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
index 9573cedfe..b8113e02f 100644
--- a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
+++ b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
@@ -2,8 +2,9 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- * \title Qt Wayland Compositor Examples - Multi Screen
+ * \title Multi Screen
* \example multi-screen
+ * \examplecategory {Embedded}
* \brief Multi Screen is a desktop-style Wayland compositor for multiple screens.
* \ingroup qtwaylandcompositor-examples
*
@@ -12,8 +13,10 @@
* Multi-screen is a desktop-style Wayland compositor example for multiple
* screens.
*
+ * \image multi-screen.jpg
+ *
* For an introduction to the basic principles of creating a \l{Qt Wayland Compositor} with Qt,
- * see the \l{Qt Wayland Compositor Examples - Minimal QML}{Minimal QML example}.
+ * see the \l{Minimal QML}{Minimal QML example}.
*
* \section1 Supporting multiple screens
*
@@ -45,7 +48,7 @@
* screens. The global position of the client is stored in a shared
* \l{ShellSurfaceItem::moveItem}{moveItem} and relative position of each screen's
* \l ShellSurfaceItem is calculated based on this. If the \c moveItem is currently outside the
- * bounds of one screen, its coordinates will reflect this, and it will be not be visible on that
+ * bounds of one screen, its coordinates will reflect this, and it will not be visible on that
* screen.
*
* \snippet multi-screen/qml/Chrome.qml position sync
@@ -61,5 +64,5 @@
*
* \snippet multi-screen/main.cpp share context
*
- * \sa {Qt Wayland Compositor Examples - Multi Output}
+ * \sa {Multi Output}
*/