summaryrefslogtreecommitdiffstats
path: root/src/core/services/qabstractframeadvanceservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/qabstractframeadvanceservice.cpp')
-rw-r--r--src/core/services/qabstractframeadvanceservice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/services/qabstractframeadvanceservice.cpp b/src/core/services/qabstractframeadvanceservice.cpp
index c4e445858..f282f34e7 100644
--- a/src/core/services/qabstractframeadvanceservice.cpp
+++ b/src/core/services/qabstractframeadvanceservice.cpp
@@ -42,7 +42,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-/*!
+/* !\internal
\class Qt3DCore::QAbstractFrameAdvanceService
\inmodule Qt3DCore
\brief Interface for a Qt3D frame advance service.
@@ -67,19 +67,19 @@ QAbstractFrameAdvanceService::QAbstractFrameAdvanceService(QAbstractFrameAdvance
}
-/*!
+/*
\fn qint64 Qt3DCore::QAbstractFrameAdvanceService::waitForNextFrame()
Returns the current time, the call may be blocking if waiting for a tick.
*/
-/*!
+/*
\fn void Qt3DCore::QAbstractFrameAdvanceService::start()
Starts the service.
*/
-/*!
+/*
\fn void Qt3DCore::QAbstractFrameAdvanceService::stop()
Stops the service, performing any cleanup deemed necessary.