summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-22 14:38:33 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-25 08:30:35 +0000
commitfc256a19065fd1a5f9171995da8c1bc385cacde6 (patch)
tree8d4bd2496ead4db3532711c73e30005f0faae5b6 /src/core/aspects/qabstractaspect.cpp
parentedcfa7aada9ff7edceb5808d3a7860256d4b91b7 (diff)
Doc: Exclude private header files from the documentation build
In the documentation configuration, exclude all '_p.h' files from the documentation build. This prevents QDoc from generating documentation for private classes, and also allows removal of documentation that explicitly set the private classes \internal. Change-Id: I8fcf5c99a2a0b75e9ee5dcd928fa4a2b4b8cf34f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/aspects/qabstractaspect.cpp')
-rw-r--r--src/core/aspects/qabstractaspect.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/aspects/qabstractaspect.cpp b/src/core/aspects/qabstractaspect.cpp
index 2b7e02e68..1e7b3bbb4 100644
--- a/src/core/aspects/qabstractaspect.cpp
+++ b/src/core/aspects/qabstractaspect.cpp
@@ -54,10 +54,6 @@ static QByteArray className(const QMetaObject &obj)
namespace Qt3DCore {
-/*!
- \class Qt3DCore::QAbstractAspectPrivate
- \internal
-*/
QAbstractAspectPrivate::QAbstractAspectPrivate()
: QObjectPrivate()
, m_root(Q_NULLPTR)