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/QXmppIncomingClient.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/QXmppIncomingClient.h') diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index ca8af0e4..65acf842 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -28,7 +28,7 @@ class QXmppIncomingClientPrivate; -/// Interface for password checkers. +/// \brief Interface for password checkers. /// class QXmppPasswordChecker @@ -41,7 +41,7 @@ public: virtual bool get(const QString &username, QString &password) = 0; }; -/// The QXmppIncomingClient class represents an incoming XMPP stream +/// \brief The QXmppIncomingClient class represents an incoming XMPP stream /// from an XMPP client. /// @@ -59,8 +59,10 @@ public: void setPasswordChecker(QXmppPasswordChecker *checker); protected: + /// \cond void handleStream(const QDomElement &element); void handleStanza(const QDomElement &element); + /// \endcond private slots: void slotTimeout(); -- cgit v1.2.3