From 688b89e31321285b3905a08d1561e5c47b348492 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 24 Feb 2015 14:51:19 +0100 Subject: [PATCH] Doxygen --- src/blackcore/interpolator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blackcore/interpolator.h b/src/blackcore/interpolator.h index 0c81abebc..deb11fce4 100644 --- a/src/blackcore/interpolator.h +++ b/src/blackcore/interpolator.h @@ -79,12 +79,14 @@ namespace BlackCore public slots: //! Do a complete calculation for all know callsigns in background. //! Only use positive numbers. + //! \param requestId //! \param currentTimeMsSinceEpoch if no value is passed current time is used //! \threadsafe + //! void syncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1); //! Do a complete calculation for all know callsigns in background. - //! Non blocking call of \syncRequestSituationsCalculationsForAllCallsigns + //! Non blocking call of \sa syncRequestSituationsCalculationsForAllCallsigns //! \threadsafe void asyncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1);