[Telepathy-commits] [telepathy-qt4/master] Correct apidocs of the Channel::baseInterface() method (more oggis review stuff).

George Goldberg george.goldberg at collabora.co.uk
Wed Nov 5 06:57:24 PST 2008


---
 TelepathyQt4/cli-channel.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt4/cli-channel.h b/TelepathyQt4/cli-channel.h
index b775cbf..33104bb 100644
--- a/TelepathyQt4/cli-channel.h
+++ b/TelepathyQt4/cli-channel.h
@@ -764,12 +764,11 @@ public:
 
 protected:
     /**
-     * Get the base ChannelInterface for this Channel class. This method is
+     * Get the ChannelInterface for this Channel class. This method is
      * protected since the convenience methods provided by this class should
-     * always be used instead of the interface directly by consumers of the
-     * class.
+     * always be used instead of the interface by users of the class.
      *
-     * \return <code>channelInterface<ChannelInterface></code>
+     * \return A pointer to the existing ChannelInterface for this Channel
      */
     ChannelInterface* baseInterface() const;
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list