summaryrefslogtreecommitdiffstats
path: root/src/window-lib
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-07-14 02:02:20 +0200
committerRobert Griebl <robert.griebl@qt.io>2023-07-14 13:10:37 +0200
commitae9507f0c7cd0c0ff4276c8cb411a7ed4ab9ebf1 (patch)
tree8426848933ce7e51c374fd3db317b677d82ca7d0 /src/window-lib
parent147ed931345bbbb313e3b6cf163e9271bbadfbe9 (diff)
Documentation: fix link targets inside of tables
A \target directly after a \row is generated as a <span> within a <tr>. This is invalid HTML, so these link targets are relocated to the start of the table by both Chrome and Firefox. Pick-to: 6.5 6.6 Change-Id: I2720ca7e9c2e27c22bd0376c8e0ce6835750e2b5 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'src/window-lib')
-rw-r--r--src/window-lib/windowmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-lib/windowmanager.cpp b/src/window-lib/windowmanager.cpp
index 3c9ff63c..818d8085 100644
--- a/src/window-lib/windowmanager.cpp
+++ b/src/window-lib/windowmanager.cpp
@@ -67,14 +67,14 @@
information about the application in the ApplicationManager model.
\row
\li \c window
- \target windowmanager-window-role
\li WindowObject
+ \target windowmanager-window-role
\li The WindowObject containing the client surface. To display it you have to put it in a
WindowItem
\row
\li \c contentState
- \target windowmanager-contentState-role
\li WindowObject::ContentState
+ \target windowmanager-contentState-role
\li The content state of the WindowObject. See WindowObject::contentState
\endtable