diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppClient.h | 2 | ||||
| -rw-r--r-- | src/QXmppServer.h | 2 | ||||
| -rw-r--r-- | src/QXmppServerPlugin.h | 4 |
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 |
