From d083da28479cfd39f77ab37d8ec4260afd19c7fb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Dec 2010 10:03:42 +0000 Subject: improve documentation --- src/QXmppStun.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/QXmppStun.cpp') diff --git a/src/QXmppStun.cpp b/src/QXmppStun.cpp index e7a468d8..2df5b705 100644 --- a/src/QXmppStun.cpp +++ b/src/QXmppStun.cpp @@ -1292,13 +1292,14 @@ QList QXmppIceComponent::discoverAddresses() return addresses; } -/// Tries to bind \a count UDP sockets on eich of the given \a addresses. +/// Tries to bind \a count UDP sockets on each of the given \a addresses. /// /// The port numbers are chosen so that they are consecutive, starting at /// an even port. This makes them suitable for RTP/RTCP sockets pairs. /// /// \param addresses The network address on which to bind the sockets. /// \param count The number of ports to reserve. +/// \param parent The parent object for the sockets. QList QXmppIceComponent::reservePorts(const QList &addresses, int count, QObject *parent) { -- cgit v1.2.3