From 494838e72be2cb05b2bfbdb6cd25452cd8dbcfc6 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 7 Feb 2020 16:10:02 +0100 Subject: Doc: Add \inmodule command to Aggregation and Aggregate docs ...to suppress QDoc warnings. Task-number: QTCREATORBUG-23544 Change-Id: If58fe724618afe60bdc91810cec07d916844c899 Reviewed-by: Eike Ziller --- src/libs/aggregation/aggregate.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1