aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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