[Telepathy-commits] [telepathy-qt4/master] Channel docs: remove trailing dot to fix linkification of enums
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 03:23:21 PST 2009
At some point we should probably remove the trailing dot from *all*
constructs that aren't sentences, since it's incorrect English, and also
breaks doxygen parsing in some cases (like this one).
---
TelepathyQt4/Client/channel.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 9c03d5b..b273aab 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -1217,7 +1217,8 @@ PendingOperation *Channel::requestClose()
*
* Change notification is via groupFlagsChanged().
*
- * \return Bitfield combination of flags, as defined in #ChannelGroupFlag.
+ * \return Bitfield combination of flags, as defined in
+ * #ChannelGroupFlag
*/
uint Channel::groupFlags() const
{
@@ -1331,7 +1332,7 @@ bool Channel::groupCanRemoveContacts() const
* \param contacts Contacts to be removed.
* \param message A string message, which can be blank if desired.
* \param reason Reason of the change, as specified in
- * #ChannelGroupChangeReason.
+ * #ChannelGroupChangeReason
* \return A PendingOperation which will emit PendingOperation::finished
* when the call has finished.
* \sa groupCanRemoveContacts()
--
1.5.6.5
More information about the telepathy-commits
mailing list