remove redundant sentence
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 21 Jun 2013 06:16:54 +0000 (15:16 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 21 Jun 2013 06:19:32 +0000 (15:19 +0900)
Change-Id: Id2b35d5720bb2606a52b6d355965240501596e32

inc/FUixSensorIMotionEventListener.h

index fddad1b..b9b0087 100644 (file)
@@ -63,8 +63,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   snapType    The type of the snap @n
-        *                          This is one of the types in Tizen::Uix::Sensor::MotionSnapType.
+        * @param[in]   snapType    The type of the snap
         */
        virtual void OnSnapDetected(MotionSnapType snapType) = 0;
 
@@ -84,20 +83,18 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   motionState     The type of the event state @n
-        *                              This is one of the states in Tizen::Uix::Sensor::MotionState.
+        * @param[in]   motionState     The type of the event state
         */
        virtual void OnShakeDetected(MotionState motionState) = 0;
 
        /**
-               * Called when the move-to-ear event is detected. @n
-               * When a move-to-ear event occurs, and if its type is registered by an application, then the event is triggered.
-               *
-               * @since   2.1
-               *
-               * @see     Tizen::Uix::Sensor::MotionType
-               */
-
+       * Called when the move-to-ear event is detected. @n
+       * When a move-to-ear event occurs, and if its type is registered by an application, then the event is triggered.
+       *
+       * @since   2.1
+       *
+       * @see     Tizen::Uix::Sensor::MotionType
+       */
            virtual void OnMoveToEarDetected(void) {}
 
 protected: