summaryrefslogtreecommitdiffstats
path: root/src/core/services/qtickclockservice.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-25 10:55:36 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-26 09:13:17 +0000
commit5a68874f7a2f18070890bec7c3259af94abe320b (patch)
treeed0eee0a10f23d9781679b0899ee2bb2423c1b29 /src/core/services/qtickclockservice.cpp
parent9e62c61e42c321f8b4c258ada90e1bf6acb039b1 (diff)
Doc: Mark the rest of the private classes \internal
Private headers are no longer part of the documentation build, so the documentation for these classes triggers a lot of QDoc warnings. Avoid this by replacing the QDoc comment blocks '/*!' with standard C comments. Change-Id: Id7aac9354e12ba2b7a62f84b947a5f6f38702c6d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/services/qtickclockservice.cpp')
-rw-r--r--src/core/services/qtickclockservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/services/qtickclockservice.cpp b/src/core/services/qtickclockservice.cpp
index b53c6b327..6899ddf8a 100644
--- a/src/core/services/qtickclockservice.cpp
+++ b/src/core/services/qtickclockservice.cpp
@@ -56,7 +56,7 @@ public:
QTickClock m_clock;
};
-/*!
+/* !\internal
\class Qt3DCore::QTickClockService
\inmodule Qt3DCore
\brief Default QAbstractFrameAdvanceService implementation.
@@ -78,7 +78,7 @@ qint64 QTickClockService::waitForNextFrame()
return d->m_clock.waitForNextTick();
}
-/*!
+/*
Starts the inner tick clock used by the service.
*/
void QTickClockService::start()