summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-07 16:10:02 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-07 15:15:10 +0000
commit494838e72be2cb05b2bfbdb6cd25452cd8dbcfc6 (patch)
tree8f7a5362dc2b3c15ddd6317bfdfe98ff459fe279
parent62a2b1718df53e2df9f72de48140053e858783c8 (diff)
downloadqt-creator-494838e72be2cb05b2bfbdb6cd25452cd8dbcfc6.tar.gz
Doc: Add \inmodule command to Aggregation and Aggregate docs
...to suppress QDoc warnings. Task-number: QTCREATORBUG-23544 Change-Id: If58fe724618afe60bdc91810cec07d916844c899 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/libs/aggregation/aggregate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/aggregation/aggregate.cpp b/src/libs/aggregation/aggregate.cpp
index 27656e7438..a154784232 100644
--- a/src/libs/aggregation/aggregate.cpp
+++ b/src/libs/aggregation/aggregate.cpp
@@ -30,6 +30,7 @@
/*!
\namespace Aggregation
+ \inmodule QtCreator
\brief The Aggregation namespace contains support for bundling related components,
so that each component exposes the properties and behavior of the
other components to the outside.
@@ -41,6 +42,7 @@
/*!
\class Aggregation::Aggregate
+ \inmodule QtCreator
\ingroup mainclasses
\threadsafe