Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / events / pinch-gesture-detector.h
index 4a70c21..b1470f1 100644 (file)
@@ -53,10 +53,6 @@ struct PinchGesture;
  * @since_tizen 2.4
  * @see PinchGesture
  *
- * Signals
- * | %Signal Name   | Method                |
- * |----------------|-----------------------|
- * | pinch-detected | @ref DetectedSignal() |
  */
 class DALI_IMPORT_API PinchGestureDetector : public GestureDetector
 {
@@ -73,7 +69,7 @@ public: // Creation & Destruction
   /**
    * @brief Create an uninitialized PinchGestureDetector; this can be initialized with PinchGestureDetector::New().
    *
-   * Calling member functions with an uninitialized Dali::Object is not allowed.
+   * Calling member functions with an uninitialized PinchGestureDetector handle is not allowed.
    * @since_tizen 2.4
    */
   PinchGestureDetector();
@@ -87,13 +83,13 @@ public: // Creation & Destruction
   static PinchGestureDetector New();
 
   /**
-   * @brief Downcast an Object handle to PinchGestureDetector handle.
+   * @brief Downcast a handle to PinchGestureDetector handle.
    *
    * If handle points to a PinchGestureDetector object the
    * downcast produces valid handle. If not the returned handle is left uninitialized.
    * @since_tizen 2.4
-   * @param[in] handle to An object
-   * @return handle to a PinchGestureDetector object or an uninitialized handle
+   * @param[in] handle Handle to an object
+   * @return Handle to a PinchGestureDetector object or an uninitialized handle
    */
   static PinchGestureDetector DownCast( BaseHandle handle );
 
@@ -140,7 +136,7 @@ public: // Signals
 public: // Not intended for Application developers
 
   /**
-   * @brief This constructor is used by Dali New() methods.
+   * @brief This constructor is used by PinchGestureDetector::New() methods.
    *
    * @since_tizen 2.4
    * @param [in]  internal  A pointer to a newly allocated Dali resource.