From bff724ddb48e7ce6770cf3deadd361ee184421e3 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 27 Mar 2012 02:39:14 +0000 Subject: [PATCH] elm genlist: Fixed documentation. SVN revision: 69648 --- legacy/elementary/src/lib/elm_genlist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_genlist.h b/legacy/elementary/src/lib/elm_genlist.h index 3728358ced..0f5171e3b8 100644 --- a/legacy/elementary/src/lib/elm_genlist.h +++ b/legacy/elementary/src/lib/elm_genlist.h @@ -311,8 +311,9 @@ * - @c "multi,swipe,down" - This is called when the genlist is multi-touch * swiped down. * - @c "multi,pinch,out" - This is called when the genlist is multi-touch - * pinched out. "- @c multi,pinch,in" - This is called when the genlist is - * multi-touch pinched in. + * pinched out. + * - @c multi,pinch,in" - This is called when the genlist is multi-touch + * pinched in. * - @c "swipe" - This is called when the genlist is swiped. * - @c "moved" - This is called when a genlist item is moved. * - @c "moved,after" - This is called when a genlist item is moved after.