modyfied doxygen
authorChoongeun Hong <cheun.hong@samsung.com>
Mon, 18 Mar 2013 00:25:46 +0000 (09:25 +0900)
committerChoongeun Hong <cheun.hong@samsung.com>
Mon, 18 Mar 2013 00:25:46 +0000 (09:25 +0900)
Change-Id: Ic6cec5962c10ea6573c0caa62ad9f66bddb20bb5
Signed-off-by: Choongeun Hong <cheun.hong@samsung.com>
inc/FUiCtrlICustomElementF.h

index 906be80..f26022a 100644 (file)
@@ -39,7 +39,7 @@ namespace Tizen { namespace Ui { namespace Controls
  *
  * @since              2.1
  *
- * The %ICustomElement interface is the listener interface for custom drawing in a list item.
+ * The %ICustomElementF interface is the listener interface for custom drawing in a list item.
  * The class that processes a custom drawing event implements this interface. The list items are added by calling the
  * AddElement(int elementId, const %ICustomElementF &element) method. When the custom drawing event occurs and the list item must be
  * redrawn, the OnDraw() method is invoked.