X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftap-gesture.h;h=01072054e97a18f7d14eb4fecd61b566ccccbd16;hb=1c4fe5643de5582a964ebe859188f8e9bbbb8b61;hp=0f8645d4483b539a522e5dc6524292faf9efe765;hpb=a523de52af5a8e299f18a8484ce6b4e1c76f5895;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..0107205 100644 --- a/dali/public-api/events/tap-gesture.h +++ b/dali/public-api/events/tap-gesture.h @@ -49,14 +49,14 @@ struct DALI_IMPORT_API TapGesture : public Gesture /** * @brief Copy constructor * @SINCE_1_0.0 - * @param rhs A reference to the copied handle + * @param[in] rhs A reference to the copied handle */ TapGesture( const TapGesture& rhs ); /** * @brief Assignment operator * @SINCE_1_0.0 - * @param rhs A reference to the copied handle + * @param[in] rhs A reference to the copied handle * @return A reference to this */ TapGesture& operator=( const TapGesture& rhs );