[Telepathy-commits] [telepathy-qt4/master] Channel docs: doxygen wants \return in all-lower-case

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


---
 TelepathyQt4/Client/channel.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 664d107..672220f 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -1415,7 +1415,7 @@ QList<QSharedPointer<Contact> > Channel::groupContacts() const
  * Return the contacts currently waiting for local approval to join the
  * group.
  *
- * \Return List of contacts.
+ * \return List of contacts.
  */
 QList<QSharedPointer<Contact> > Channel::groupLocalPendingContacts() const
 {
@@ -1433,7 +1433,7 @@ QList<QSharedPointer<Contact> > Channel::groupLocalPendingContacts() const
  * Return the contacts currently waiting for remote approval to join the
  * group.
  *
- * \Return List of contacts.
+ * \return List of contacts.
  */
 QList<QSharedPointer<Contact> > Channel::groupRemotePendingContacts() const
 {
-- 
1.5.6.5




More information about the telepathy-commits mailing list