summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/doc
diff options
context:
space:
mode:
authorTopi Reinio <[email protected]>2025-05-19 14:12:04 +0000
committerTopi Reinio <[email protected]>2025-05-27 12:15:25 +0000
commit37a489062d2e87e9456eb9759afb7689c8ed56f6 (patch)
tree03f18a66b18eec9b29f69c34430a8f4b34522281 /src/remoteobjects/doc
parent166683b1e54ee53ba77b421026d73ebb722f93d0 (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 in Qt Remote Objects. Change-Id: I5169d888445ee7b96fd1e5ec9a05ee774bd8fb60 Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/remoteobjects/doc')
-rw-r--r--src/remoteobjects/doc/qtremoteobjects.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/remoteobjects/doc/qtremoteobjects.qdocconf b/src/remoteobjects/doc/qtremoteobjects.qdocconf
index 922b5b3..ccdea7c 100644
--- a/src/remoteobjects/doc/qtremoteobjects.qdocconf
+++ b/src/remoteobjects/doc/qtremoteobjects.qdocconf
@@ -62,6 +62,9 @@ manifestmeta.highlighted.names = \
examplesinstallpath = remoteobjects
+# Path to the root of qtremoteobjects (for automatic linking to source code)
+url.sources.rootdir = ../../..
+
imagedirs += images
navigation.landingpage = "Qt Remote Objects"