fix doxygen comments for connection tracker and slot delegate 23/26723/1
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 28 Aug 2014 10:31:34 +0000 (11:31 +0100)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 28 Aug 2014 10:31:34 +0000 (11:31 +0100)
[Problem]
[Cause]
[Solution]

Change-Id: Ic70ab1aa1fa7eb27824d63c258411e88318b220f

dali/public-api/signals/connection-tracker.h
dali/public-api/signals/slot-delegate.h

index 50e4a34..1a81298 100644 (file)
@@ -63,7 +63,8 @@ public:
   virtual void SignalDisconnected( SlotObserver* slotObserver, CallbackBase* callback );
 
   /**
-   * @copydoc ConnectionTrackerInterface::GetConnectionCount
+   * @brief returns the connection count
+   * @return the connection count
    */
   std::size_t GetConnectionCount() const;
 
index 64529b0..76cf1aa 100644 (file)
@@ -100,7 +100,7 @@ public:
   }
 
   /**
-   * @copydoc ConnectionTrackerInterface::GetConnectionCount
+   * @copydoc ConnectionTracker::GetConnectionCount
    */
   std::size_t GetConnectionCount() const
   {