[Telepathy-commits] [telepathy-qt4/master] TextChannel docs: format enum docs how doxygen wants them

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Feb 24 03:08:05 PST 2009


---
 TelepathyQt4/Client/text-channel.cpp |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/TelepathyQt4/Client/text-channel.cpp b/TelepathyQt4/Client/text-channel.cpp
index f617401..7b4b6d2 100644
--- a/TelepathyQt4/Client/text-channel.cpp
+++ b/TelepathyQt4/Client/text-channel.cpp
@@ -174,19 +174,23 @@ TextChannel::Private::~Private()
  */
 
 /**
- * \enum TextChannel::Features
+ * \enum TextChannel::Feature
  *
  * Features that can be enabled on a TextChannel using becomeReady().
- *
- * \value FeatureMessageQueue The messageQueue method can be called, and the
- *                            messageReceived and pendingMessageRemoved methods
- *                            can be called
- * \value FeatureMessageCapabilities The supportedContentTypes,
- *                                   messagePartSupport and
- *                                   deliveryReportingSupport methods can
- *                                   be called
- * \value FeatureMessageSentSignal The messageSent signal will be emitted
- *                                 when a message is sent
+ */
+/**
+ * \var TextChannel::Feature TextChannel::FeatureMessageQueue
+ * The messageQueue method can be called, and the messageReceived and
+ * pendingMessageRemoved methods can be called
+ */
+/**
+ * \var TextChannel::Feature TextChannel::FeatureMessageCapabilities
+ * The supportedContentTypes, messagePartSupport and deliveryReportingSupport
+ * methods can be called
+ */
+/**
+ * \var TextChannel::Feature TextChannel::FeatureMessageSentSignal
+ * The messageSent signal will be emitted when a message is sent
  */
 
 /**
-- 
1.5.6.5




More information about the telepathy-commits mailing list