aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-12-21 16:18:44 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-12-22 08:48:54 +0000
commit6a47fe32d92143b4b53be48e61ede935a3461858 (patch)
tree5febd721dc53aed6c99eed0dba5bf3b89d88767b /doc
parent1fa53ef981aa389e0295b32a95c44575df1f1a09 (diff)
Doc: Move external link URL to the external-resources file
Change-Id: I924e1354e870df990accb5f4778b4d34797535c1 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/external-resources.qdoc5
-rw-r--r--doc/qbs.qdoc2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/external-resources.qdoc b/doc/external-resources.qdoc
index f23429507..0ce7a5542 100644
--- a/doc/external-resources.qdoc
+++ b/doc/external-resources.qdoc
@@ -96,6 +96,11 @@
*/
/*!
+ \externalpage https://clang.llvm.org/docs/JSONCompilationDatabase.html
+ \title JSON Compilation Database Format Specification
+*/
+
+/*!
\externalpage nolink
\title macOS
\internal
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index e6b58c8e4..89faf8d65 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1457,7 +1457,7 @@
\section1 Generating Clang Compilation Databases
- To generate a \l{https://clang.llvm.org/docs/JSONCompilationDatabase.html}
+ To generate a \l{JSON Compilation Database Format Specification}
{Clang compilation database (clangdb)}, use the following command:
\code