X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftap-gesture.h;h=16982e28a42b95f5f439fbe4b3a3dfbe98c7f900;hb=refs%2Fchanges%2F57%2F114957%2F2;hp=0f8645d4483b539a522e5dc6524292faf9efe765;hpb=92809e6c4f454188f8a694871f045b93f6cb6e1b;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/tap-gesture.h b/dali/public-api/events/tap-gesture.h index 0f8645d..16982e2 100644 --- a/dali/public-api/events/tap-gesture.h +++ b/dali/public-api/events/tap-gesture.h @@ -41,20 +41,20 @@ struct DALI_IMPORT_API TapGesture : public Gesture // Construction & Destruction /** - * @brief Default Constructor + * @brief Default Constructor. * @SINCE_1_0.0 */ TapGesture(); /** - * @brief Copy constructor + * @brief Copy constructor. * @SINCE_1_0.0 * @param rhs A reference to the copied handle */ TapGesture( const TapGesture& rhs ); /** - * @brief Assignment operator + * @brief Assignment operator. * @SINCE_1_0.0 * @param rhs A reference to the copied handle * @return A reference to this @@ -62,7 +62,7 @@ struct DALI_IMPORT_API TapGesture : public Gesture TapGesture& operator=( const TapGesture& rhs ); /** - * @brief Virtual destructor + * @brief Virtual destructor. * @SINCE_1_0.0 */ virtual ~TapGesture(); @@ -91,7 +91,7 @@ struct DALI_IMPORT_API TapGesture : public Gesture * @brief This is the point, in local actor coordinates, where the tap occurred. * * If a multi-touch tap, then this is the centroid of all the touch points. - * @return The point where tap has occurred (in local actor coordinates). + * @return The point where tap has occurred (in local actor coordinates) */ Vector2 localPoint; };