summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-04-22 10:10:55 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-03 10:30:46 +0200
commite720b7ff47e9dd5c1f0df402e6a1efb3d30cef4f (patch)
tree58f256ebc53727bf65c525bdbf32baa6061b1350 /src/corelib/doc
parent0f2869fcdc0932478c0745bda6e6c70a57b8ad47 (diff)
Doc: Small fixes in qt5_wrap_cpp documentation
Pick-to: 5.15 Change-Id: I0cc066eb5b53c7efb94a9f94cf574b2507f90cf8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake-macros.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/doc/src/cmake-macros.qdoc b/src/corelib/doc/src/cmake-macros.qdoc
index 7c0443fba7..387cdbf729 100644
--- a/src/corelib/doc/src/cmake-macros.qdoc
+++ b/src/corelib/doc/src/cmake-macros.qdoc
@@ -44,9 +44,9 @@ qt5_wrap_cpp(<VAR> src_file1 [src_file2 ...]
\section1 Description
-Creates rules for calling \l{moc}{Meta-Object Compiler (moc)} on the given
+Creates rules for calling the \l{moc}{Meta-Object Compiler (moc)} on the given
source files. For each input file, an output file is generated in the build
-directory. The paths of the generated files are added to\c{<VAR>}.
+directory. The paths of the generated files are added to \c{<VAR>}.
\note This is a low-level macro. See the \l{CMake AUTOMOC Documentation} for a
more convenient way to let source files be processed with \c{moc}.