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/QXmppDialback.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/QXmppDialback.h') diff --git a/src/QXmppDialback.h b/src/QXmppDialback.h index 183c3913..8fb0bde6 100644 --- a/src/QXmppDialback.h +++ b/src/QXmppDialback.h @@ -34,9 +34,12 @@ class QXmppDialback : public QXmppStanza { public: + /// This enum is used to describe a dialback command. enum Command { - Result, - Verify, + Result, ///< A dialback command between the originating server + ///< and the receiving server. + Verify, ///< A dialback command between the receiving server + ///< and the authoritative server. }; QXmppDialback(); @@ -53,9 +56,9 @@ public: /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; - /// \endcond static bool isDialback(const QDomElement &element); + /// \endcond private: Command m_command; -- cgit v1.2.3