summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-09-27 13:07:32 +0200
committerIvan Solovev <ivan.solovev@qt.io>2022-09-30 14:19:17 +0200
commit6a824fa52c595ce177588f26ada1e8e3a562b7e9 (patch)
tree8b4022441ee05a55956dd7488a482e6324a31320
parenta140912fb699676cf5518da9437fc506226d5ad0 (diff)
Fix qtclasshelpermacros documentation
So that the links to <QtClassHelperMacros> header work properly. This commit amends c201c5aedfcb131d2ac829346812560509904c7d. Task-number: QTBUG-106154 Change-Id: I894e362bf2707f64f28f00c8da4c7d6106fd5c83 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/corelib/global/qtclasshelpermacros.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qtclasshelpermacros.qdoc b/src/corelib/global/qtclasshelpermacros.qdoc
index 50c8f6e8d9..8eaee7e5d2 100644
--- a/src/corelib/global/qtclasshelpermacros.qdoc
+++ b/src/corelib/global/qtclasshelpermacros.qdoc
@@ -3,7 +3,7 @@
/*!
\macro Q_DISABLE_COPY(Class)
- \relates QtClassHelperMacros
+ \relates <QtClassHelperMacros>
Disables the use of copy constructors and assignment operators
for the given \a Class.
@@ -48,7 +48,7 @@
/*!
\macro Q_DISABLE_COPY_MOVE(Class)
- \relates QtClassHelperMacros
+ \relates <QtClassHelperMacros>
A convenience macro that disables the use of copy constructors, assignment
operators, move constructors and move assignment operators for the given