summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-10-02 09:26:10 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-10-03 14:02:54 +0000
commit0cef96095719ecf472d5a1a147a50fc17e126bd4 (patch)
tree91ed88b352264522e184062993c927436777ba54
parentede2bcd3a9dacd31e0b274b2591850dd15cf8b7d (diff)
downloadqttools-0cef96095719ecf472d5a1a147a50fc17e126bd4.tar.gz
Doc: Fix typo and remove invalid quotes in QDoc manual
Change-Id: I0f888a78e38d28418054354ce23dcbbd98eb2a04 Reviewed-by: Martin Smith <martin.smith@qt.io>
-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
*/