QSpan docs use \target commands together with the section headers, to simplify linking to certain parts of the docs. This approach has its own drawbacks, though, because the \target link is rendered as-is. This patch improves usage of the \target commands, making the links look better. It does the following changes: * Moves the \target commands before the related \section2 commands, so that the section header is visible when following the \target's link. * Replaces the \target links with the actual section names in the \sa and other places of the docs where the links do not have the custom text, because otherwise the target names are actually visible in the docs instead of the section headers. Amends 03e78e5d624d9752d76c7448d58c9d9d15a4dc18, 70dc8d3103fade380caec96f7531432cd8e8adb6, and ef5ac956c755daa9ea84dabfa1314d104e5c62e4. Pick-to: 6.8 Change-Id: I045824683f342079e33e89e3ee6f8e2e27a0acf5 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 10c844f0533daf657a1cbbbb96651e20e5d603ec) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%