summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-01-10 11:15:54 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-01-19 16:18:06 +0000
commit2e99c718721f5f64c280321ef9ea456905149254 (patch)
treed08b293b132802d844c9edb9076b6bf1d9be9b27
parent7f94060d69ddaab97400c66d12050c0be5e0caf0 (diff)
downloadqbs-2e99c718721f5f64c280321ef9ea456905149254.tar.gz
Doc: Use the new way to prevent autolinking
Instead of "\externalpage nolink" entries, add "ignorewords" to the .qdocconf file. Change-Id: Ic3f0da4d91145d98223972dd93d79443b4eaeca2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/config/qbs-project.qdocconf3
-rw-r--r--doc/external-resources.qdoc8
2 files changed, 4 insertions, 7 deletions
diff --git a/doc/config/qbs-project.qdocconf b/doc/config/qbs-project.qdocconf
index bab672e11..bf5051c77 100644
--- a/doc/config/qbs-project.qdocconf
+++ b/doc/config/qbs-project.qdocconf
@@ -5,6 +5,9 @@ include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
project = "Qbs"
description = "Qbs Manual"
+#Words to ignore for auto-linking
+ignorewords += macOS
+
headerdirs =
sourcedirs = ..
imagedirs = ../images ../templates/images
diff --git a/doc/external-resources.qdoc b/doc/external-resources.qdoc
index b3e0f1c2b..9d7aa3aeb 100644
--- a/doc/external-resources.qdoc
+++ b/doc/external-resources.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qbs.
@@ -126,12 +126,6 @@
*/
/*!
- \externalpage nolink
- \title macOS
- \internal
-*/
-
-/*!
\externalpage https://ccache.samba.org/
\title ccache
*/