aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppCallManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppCallManager.h')
-rw-r--r--source/QXmppCallManager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/QXmppCallManager.h b/source/QXmppCallManager.h
index ea397ab5..7885b908 100644
--- a/source/QXmppCallManager.h
+++ b/source/QXmppCallManager.h
@@ -42,7 +42,7 @@ class QXmppStunSocket;
/// It acts as a QIODevice so that you can read / write audio samples, for
/// instance using a QAudioInput and/or QAudioOutput.
///
-/// \note: THIS API IS NOT FINALIZED YET
+/// \note THIS API IS NOT FINALIZED YET
class QXmppCall : public QIODevice
{
@@ -170,7 +170,8 @@ private:
/// (RFC 5245) and data is transfered using Real Time Protocol (RFC 3550)
/// packets.
///
-/// \note: THIS API IS NOT FINALIZED YET
+/// \ingroup Managers
+/// \note THIS API IS NOT FINALIZED YET
class QXmppCallManager : public QObject
{