aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-03-05 12:56:39 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-03-05 12:48:50 +0000
commit053c8f73ca67b9356f337aaf4ed58d2013cc2a77 (patch)
treeba618007e08a72d5097659b05f7a467f7cda10d8 /doc
parentee2509dcc7ed822e6b4a67016b83934e6375bbf3 (diff)
Documentation: Fix some macros
Change-Id: I5efbb14d73f90665f8ff015075b681238d9c5244 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/probe/conanfile-probe.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/items/probe/conanfile-probe.qdoc b/doc/reference/items/probe/conanfile-probe.qdoc
index c18e9b322..cef1195c8 100644
--- a/doc/reference/items/probe/conanfile-probe.qdoc
+++ b/doc/reference/items/probe/conanfile-probe.qdoc
@@ -35,7 +35,7 @@
\brief Extracts information about dependencies from a Conan recipe file.
- The \c ConanfileProbe interfaces \Qbs to the \l{https://conan.io/}{Conan
+ The \c ConanfileProbe interfaces \QBS to the \l{https://conan.io/}{Conan
package manager}. It runs
\l{https://docs.conan.io/en/latest/reference/commands/consumer/install.html}{conan
install} on a Conan recipe file such as \c conanfile.py or \c conanfile.txt
@@ -107,7 +107,7 @@
When multiple products depend on one or more Conan packages, the dependency
information may be combined in a \l{Profile}. This is especially useful when
- \Qbs modules are available for some of the packages, but some of their
+ \QBS modules are available for some of the packages, but some of their
properties need to be initialized. Otherwise, it would have to be done
manually in global profiles.