aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/doc
diff options
context:
space:
mode:
authorTopi Reinio <[email protected]>2025-05-19 12:16:18 +0000
committerTopi Reinio <[email protected]>2025-05-27 12:16:10 +0000
commit9ee4c95c65bb84a1899dd306445619978f7eb654 (patch)
tree1c2ebcbba9609696242bc9defd1a72dab4663177 /src/quick3d/doc
parent7a5f55f89c3c26f26987873a9fc00caa98dedc75 (diff)
Doc: Enable automatic linking to sources on code.qt.ioHEADdev
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 Qt Quick 3D. Change-Id: If61124873f14f25dcce88b5813df18afff30ec03 Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/quick3d/doc')
-rw-r--r--src/quick3d/doc/qtquick3d.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick3d/doc/qtquick3d.qdocconf b/src/quick3d/doc/qtquick3d.qdocconf
index 7dd2ad9d..0477b3f5 100644
--- a/src/quick3d/doc/qtquick3d.qdocconf
+++ b/src/quick3d/doc/qtquick3d.qdocconf
@@ -7,6 +7,9 @@ buildversion = Qt Quick 3D | Commercial or GPLv3
examplesinstallpath = quick3d
url.examples = "https://code.qt.io/cgit/qt/qtquick3d.git/tree/examples//1?h=$QT_VER"
+url.sources = "https://code.qt.io/cgit/qt/qtquick3d.git/tree//1?h=$QT_VER#n\2"
+# Path to the root of qtquick3d (for automatic linking to source code)
+url.sources.rootdir = ../../..
qhp.projects = QtQuick3D