elm_spinner_legacy.h: fixed wrong documentation and add more sample numbers.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 24 Aug 2013 01:30:54 +0000 (10:30 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 24 Aug 2013 01:41:58 +0000 (10:41 +0900)
src/lib/elm_spinner_legacy.h

index 81711aa..47419b2 100644 (file)
@@ -353,10 +353,10 @@ EAPI double      elm_spinner_interval_get(const Evas_Object *obj);
  * "round" starting from value @p base. The default base for rounding is 0.
  *
  * Example: round = 3, base = 2
- * Values:  3, 6, 9, 12, 15, ...
+ * Values:  ..., -2, 0, 2, 5, 8, 11, 14, ...
  *
  * Example: round = 2, base = 5.5
- * Values: 5.5, 7.5, 9.5, 11.5, ...
+ * Values: ..., -0.5, 1.5, 3.5, 5.5, 7.5, 9.5, 11.5, ...
  *
  * @see elm_spinner_round_get()
  * @see elm_spinner_base_get() too.