summaryrefslogtreecommitdiffstats
path: root/src/logic
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/logic
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/logic')
-rw-r--r--src/logic/qlogicaspect.cpp4
-rw-r--r--src/logic/qlogiccomponent.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/logic/qlogicaspect.cpp b/src/logic/qlogicaspect.cpp
index 9941f4b1f..3c7ccc40e 100644
--- a/src/logic/qlogicaspect.cpp
+++ b/src/logic/qlogicaspect.cpp
@@ -55,10 +55,6 @@ using namespace Qt3DCore;
namespace Qt3DLogic {
-/*!
- \class Qt3DLogic::QLogicAspectPrivate
- \internal
-*/
QLogicAspectPrivate::QLogicAspectPrivate()
: QAbstractAspectPrivate()
, m_time(0)
diff --git a/src/logic/qlogiccomponent.cpp b/src/logic/qlogiccomponent.cpp
index 878bc24d7..6aab91cc1 100644
--- a/src/logic/qlogiccomponent.cpp
+++ b/src/logic/qlogiccomponent.cpp
@@ -41,10 +41,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DLogic {
-/*!
- \class Qt3DLogic::QLogicComponentPrivate
- \internal
-*/
QLogicComponentPrivate::QLogicComponentPrivate()
: QComponentPrivate()
{