From 37a489062d2e87e9456eb9759afb7689c8ed56f6 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 19 May 2025 14:12:04 +0000 Subject: Doc: Enable automatic linking to sources on code.qt.io 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 --- src/remoteobjects/doc/qtremoteobjects.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/remoteobjects/doc') 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" -- cgit v1.2.3