JingleData: Fix doxygen warnings

This commit is contained in:
Linus Jahn 2023-05-13 17:27:45 +02:00
parent 8fc2225897
commit 85006abce0
2 changed files with 3 additions and 8 deletions

View File

@ -1031,14 +1031,6 @@ QXmppJingleIqReasonPrivate::QXmppJingleIqReasonPrivate()
{
}
///
/// \enum QXmppJingleIqReason::RtpErrorCondition
///
/// Condition of an RTP-specific error
///
/// \since QXmpp 1.5
///
///
/// \class QXmppJingleReason
///

View File

@ -364,6 +364,8 @@ public:
UnsupportedTransports
};
/// Condition of an RTP-specific error
/// \since QXmpp 1.5
enum RtpErrorCondition {
/// There is no error condition.
NoErrorCondition,
@ -460,6 +462,7 @@ public:
using RtpSessionState = std::variant<RtpSessionStateActive, RtpSessionStateHold, RtpSessionStateUnhold, RtpSessionStateMuting, RtpSessionStateRinging>;
/// Alias to QXmppJingleReason for compatibility.
using Reason = QXmppJingleReason;
/// \internal