From 9999dd89c0905250afce989b816835fa64897fe3 Mon Sep 17 00:00:00 2001 From: Hokwon Song Date: Wed, 20 Mar 2013 16:18:04 +0900 Subject: [PATCH] update doxygen of vibrator pattern Change-Id: Idc23fbee597850f7d10b6821f502eee1826de70c Signed-off-by: Hokwon Song --- inc/FSysVibrator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FSysVibrator.h b/inc/FSysVibrator.h index 81c8c87..11a1dd3 100644 --- a/inc/FSysVibrator.h +++ b/inc/FSysVibrator.h @@ -87,7 +87,7 @@ namespace Tizen { namespace System * @struct IntensityDurationVibrationPattern * @brief This struct has the specified duration and a vibration intensity level. * - * This can be used with Vibrator::Start(IntensityDurationVibrationPattern[] patterns, int length, int count) as a custom pattern. + * This can be used with Vibrator::Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount) as a custom pattern. * * @since 2.1 */ -- 2.7.4