summaryrefslogtreecommitdiff
path: root/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc b/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
index 74d549f16..7d006ada0 100644
--- a/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
+++ b/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
@@ -644,7 +644,7 @@
The Qt build system uses the tool \c llvm-config to discover the location
of LLVM on your system, and relies on the path to llvm-config being in
- the c\ PATH environment variable to do so. \c llvm-config is commonly
+ the \c PATH environment variable to do so. \c llvm-config is commonly
installed with LLVM and Clang on Linux systems, and also on macOS if
LLVM is installed using Brew.
@@ -677,6 +677,6 @@
On a Windows system with LLVM installed to \c {C:\Program Files\LLVM}:
\badcode
- C:\> set LLVM_INSTALL_DIR="C:\Program Files\LLVM"
+ C:\> set LLVM_INSTALL_DIR=C:\Program Files\LLVM
\endcode
*/