summaryrefslogtreecommitdiffstats
path: root/doc/config
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio2025-05-2724-0/+72
| | | | | | | | | | | | 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 online documentation builds. Change-Id: Iaafabc5aea50a6cd72549bb1c04007bb4de498ca Reviewed-by: Paul Wicking <[email protected]>
* Add reference location for positioning examplesKai Köhne2023-05-021-0/+1
| | | | | | Pick-to: 6.5 Change-Id: I4f58544cac439f2ad768032e3d54d5ab51fe0755 Reviewed-by: Alex Blasche <[email protected]>
* Doc: fix example repo URLMitch Curtis2022-09-011-1/+1
| | | | | | | | | | qtquickcontrols2 was merged into qtdeclarative in Qt 6.2. Fixes: QTBUG-105004 Pick-to: 6.2 6.3 6.4 Change-Id: Icbec8a74f1269b270be42b6a93930fb28d64af37 Reviewed-by: Paul Wicking <[email protected]> Reviewed-by: Topi Reiniö <[email protected]>
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-0338-0/+38
Instead of generating .html page for each file in an example project, generate links to code.qt.io, under the correct path and branch, where the user can browse the example source. Store all URLs under QT_INSTALL_DOCS/config where other qt5 submodules can access them. The repository name appears in the URL, so we cannot define a single URL for all modules. Task-number: QTBUG-74391 Change-Id: I63d4d6d2c352877797b1ee8e057d48c0cd789bff Reviewed-by: Paul Wicking <[email protected]>