From e720b7ff47e9dd5c1f0df402e6a1efb3d30cef4f Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 22 Apr 2020 10:10:55 +0200 Subject: [PATCH] Doc: Small fixes in qt5_wrap_cpp documentation Pick-to: 5.15 Change-Id: I0cc066eb5b53c7efb94a9f94cf574b2507f90cf8 Reviewed-by: Paul Wicking --- src/corelib/doc/src/cmake-macros.qdoc | 4 ++-- 1 file 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( 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{}. +directory. The paths of the generated files are added to \c{}. \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}.