diff options
author | Topi Reinio <[email protected]> | 2025-05-19 13:58:09 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2025-05-27 10:26:55 +0000 |
commit | d4f370f81afd183c6e4e64671eb3dbb5fb60276e (patch) | |
tree | 03fe50640a0e61386c0b4b987c22661d2ae629b2 /src/uitools/doc/qtuitools.qdocconf | |
parent | e9fc11e780c6fb7f4116a842dd6019df3fab6d56 (diff) |
Since 6.10, QDoc is capable of generating links to the declaration in
the source code for each documented C++ API entity in their `Detailed
description`.
Add the required configuration to enable this feature for modules in
qttools.
Change-Id: I0a6402bc174228837dedb1b362045b58c3a5b8fa
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/uitools/doc/qtuitools.qdocconf')
-rw-r--r-- | src/uitools/doc/qtuitools.qdocconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uitools/doc/qtuitools.qdocconf b/src/uitools/doc/qtuitools.qdocconf index 3e00a4677..65d105ec9 100644 --- a/src/uitools/doc/qtuitools.qdocconf +++ b/src/uitools/doc/qtuitools.qdocconf @@ -7,6 +7,9 @@ version = $QT_VERSION examplesinstallpath = uitools +# Path to the root of qttools (for automatic linking to source code) +url.sources.rootdir = ../../.. + qhp.projects = QtUiTools qhp.QtUiTools.file = qtuitools.qhp |