diff options
author | Topi Reinio <[email protected]> | 2025-05-19 14:21:15 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2025-05-27 09:15:54 +0000 |
commit | 9f2b53970dcd309ce0dbda82d9934651b4a3213f (patch) | |
tree | 36401b24a2d2216a8fddd055c2f31e88ea465294 | |
parent | 5ffc2fb82b29157e2ed77717163e359c63cd8f06 (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 in Qt 3D.
Change-Id: Id5f51f1a8700d3d96fd0d8d2d6a8b11d6329b094
Reviewed-by: Paul Wicking <[email protected]>
-rw-r--r-- | src/core/doc/qt3d.qdocconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/doc/qt3d.qdocconf b/src/core/doc/qt3d.qdocconf index eb263e86d..8e37887c6 100644 --- a/src/core/doc/qt3d.qdocconf +++ b/src/core/doc/qt3d.qdocconf @@ -10,6 +10,9 @@ includepaths = -I . examplesinstallpath = qt3d +# Path to the root of qt3d (for automatic linking to source code) +url.sources.rootdir = ../../.. + qhp.projects = Qt3D qhp.Qt3D.file = qt3d.qhp |