aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppServerPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppServerPlugin.h')
-rw-r--r--src/QXmppServerPlugin.h4
1 files changed, 2 insertions, 2 deletions
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