aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 16:00:21 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 16:00:21 +0000
commitccf962560ca1178c543c091b2e36d9be49b2cf48 (patch)
tree9b85ca04f0ec9943f224d7d1b7f2a5f208f41ad5 /src
parentb9fec4f9393a062e0bda2bb31be831ea927e5d47 (diff)
downloadqxmpp-ccf962560ca1178c543c091b2e36d9be49b2cf48.tar.gz
improve code documentation
Diffstat (limited to 'src')
-rw-r--r--src/QXmppClient.h2
-rw-r--r--src/QXmppServer.h2
-rw-r--r--src/QXmppServerPlugin.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h
index b6a800b1..8b684ff3 100644
--- a/src/QXmppClient.h
+++ b/src/QXmppClient.h
@@ -241,7 +241,7 @@ private:
QXmppClientPrivate * const d;
};
-/// \brief The QXmppClientExtension is the base class for QXmppClient
+/// \brief The QXmppClientExtension class is the base class for QXmppClient
/// extensions.
///
diff --git a/src/QXmppServer.h b/src/QXmppServer.h
index 9a06c55b..36032cd0 100644
--- a/src/QXmppServer.h
+++ b/src/QXmppServer.h
@@ -88,7 +88,7 @@ private:
QXmppServerPrivate * const d;
};
-/// \brief The QXmppServerExtension is the base class for QXmppServer
+/// \brief The QXmppServerExtension class is the base class for QXmppServer
/// extensions.
///
diff --git a/src/QXmppServerPlugin.h b/src/QXmppServerPlugin.h
index f139c654..defa05d6 100644
--- a/src/QXmppServerPlugin.h
+++ b/src/QXmppServerPlugin.h
@@ -29,7 +29,7 @@
class QXmppServer;
class QXmppServerExtension;
-/// Interface for all QXmppServer plugins.
+/// \breif Interface for all QXmppServer plugins.
///
class QXmppServerPluginInterface
@@ -41,7 +41,7 @@ public:
Q_DECLARE_INTERFACE(QXmppServerPluginInterface, "com.googlecode.qxmpp.ServerPlugin/1.0")
-/// The QXmppServerPlugin class is the base class for all QXmppServer plugins.
+/// \brief The QXmppServerPlugin class is the base class for QXmppServer plugins.
///
class QXmppServerPlugin : public QObject, public QXmppServerPluginInterface