diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 09:31:12 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 09:31:12 +0000 |
| commit | 577ef7a05c1607c6d5ed6494230873a874099642 (patch) | |
| tree | 4b0a804d310e44831f7c1972186e9fb4fc0ad8e4 /source | |
| parent | 904b46702fb48d4d45a01755d1dabcf20ae3a7f7 (diff) | |
| download | qxmpp-577ef7a05c1607c6d5ed6494230873a874099642.tar.gz | |
touchup doxygen documentation
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppCallManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppCallManager.h b/source/QXmppCallManager.h index cabfe754..ff59c017 100644 --- a/source/QXmppCallManager.h +++ b/source/QXmppCallManager.h @@ -37,7 +37,7 @@ class QXmppJinglePayloadType; class QXmppStream; class QXmppStunSocket; -/// The QXmppCall class represents a Voice-Over-IP call to a remote party. +/// \brief The QXmppCall class represents a Voice-Over-IP call to a remote party. /// /// It acts as a QIODevice so that you can read / write audio samples, for /// instance using a QAudioOutput and a QAudioInput. |
