From 175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 18:34:27 +0200 Subject: doc fixes --- src/server/QXmppDialback.cpp | 3 ++- src/server/QXmppIncomingClient.cpp | 2 ++ src/server/QXmppOutgoingServer.cpp | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/QXmppDialback.cpp b/src/server/QXmppDialback.cpp index b96504f0..d77739ff 100644 --- a/src/server/QXmppDialback.cpp +++ b/src/server/QXmppDialback.cpp @@ -82,6 +82,7 @@ void QXmppDialback::setType(const QString &type) m_type = type; } +/// \cond bool QXmppDialback::isDialback(const QDomElement &element) { return element.namespaceURI() == ns_server_dialback && @@ -114,4 +115,4 @@ void QXmppDialback::toXml(QXmlStreamWriter *xmlWriter) const xmlWriter->writeCharacters(m_key); xmlWriter->writeEndElement(); } - +/// \endcond diff --git a/src/server/QXmppIncomingClient.cpp b/src/server/QXmppIncomingClient.cpp index 6a557548..01990960 100644 --- a/src/server/QXmppIncomingClient.cpp +++ b/src/server/QXmppIncomingClient.cpp @@ -179,6 +179,7 @@ void QXmppIncomingClient::setPasswordChecker(QXmppPasswordChecker *checker) d->passwordChecker = checker; } +/// \cond void QXmppIncomingClient::handleStream(const QDomElement &streamElement) { if (d->idleTimer->interval()) @@ -387,6 +388,7 @@ void QXmppIncomingClient::handleStanza(const QDomElement &nodeRecv) } } } +/// \endcond void QXmppIncomingClient::onDigestReply() { diff --git a/src/server/QXmppOutgoingServer.cpp b/src/server/QXmppOutgoingServer.cpp index 1cf5b965..75d9c889 100644 --- a/src/server/QXmppOutgoingServer.cpp +++ b/src/server/QXmppOutgoingServer.cpp @@ -134,6 +134,8 @@ void QXmppOutgoingServer::_q_dnsLookupFinished() socket()->connectToHost(host, port); } +/// \cond + void QXmppOutgoingServer::handleStart() { QXmppStream::handleStart(); @@ -233,6 +235,7 @@ void QXmppOutgoingServer::handleStanza(const QDomElement &stanza) } } +/// \endcond /// Returns true if the socket is connected and authentication succeeded. /// -- cgit v1.2.3