From ccb60b7970adeb4d11a02d41cecb607e331ef52e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 23 Aug 2010 07:40:00 +0000 Subject: add code documentation to stream classes --- src/QXmppOutgoingServer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/QXmppOutgoingServer.h') diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h index 5d3e67d4..2a2e2b8b 100644 --- a/src/QXmppOutgoingServer.h +++ b/src/QXmppOutgoingServer.h @@ -30,7 +30,7 @@ class QXmppDialback; class QXmppOutgoingServer; class QXmppOutgoingServerPrivate; -/// The QXmppOutgoingServer class represents an outgoing XMPP stream +/// \brief The QXmppOutgoingServer class represents an outgoing XMPP stream /// to another XMPP server. /// @@ -49,11 +49,14 @@ public: void setVerify(const QString &id, const QString &key); signals: + /// This signal is emitted when a dialback verify response is received. void dialbackResponseReceived(const QXmppDialback &response); protected: + /// \cond void handleStart(); void handleStanza(const QDomElement &stanzaElement); + /// \endcond private: Q_DISABLE_COPY(QXmppOutgoingServer) -- cgit v1.2.3