summaryrefslogtreecommitdiffstats
path: root/doc/container.qdoc
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 /doc/container.qdoc
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 'doc/container.qdoc')
-rw-r--r--doc/container.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/container.qdoc b/doc/container.qdoc
index 1b4344e6..c3354d3b 100644
--- a/doc/container.qdoc
+++ b/doc/container.qdoc
@@ -227,9 +227,9 @@ The \c process container accepts the following configuration settings:
\li Type
\li Description
\row
- \target control group mapping
\li \c controlGroups
\li object
+ \target control group mapping
\li A two-stage mapping object to allow for more readable code when dealing with \c cgroups
from the System UI via Container::controlGroup. The top-level \c keys are readable group names
that are used to interface with Container::controlGroup. The values themselves are \c maps