From 8936d4ae5881e3cee2f7127e647af6ae4b14a57a Mon Sep 17 00:00:00 2001 From: Sudha Date: Fri, 7 Jun 2013 19:20:09 +0530 Subject: [PATCH] Update doxygen for VPSS-963 Change-Id: I72669ccf305b3802692658e641d0be7123d13653 Signed-off-by: Sudha --- inc/FUiCtrlIExpandableEditAreaEventListener.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/FUiCtrlIExpandableEditAreaEventListener.h b/inc/FUiCtrlIExpandableEditAreaEventListener.h index 750f323..6d993af 100644 --- a/inc/FUiCtrlIExpandableEditAreaEventListener.h +++ b/inc/FUiCtrlIExpandableEditAreaEventListener.h @@ -70,6 +70,7 @@ public: * * @param[in] source The source of the event * @param[in] newLineCount The new line count + * @remarks For ExpandableEditArea created with EXPANDABLE_EDIT_AREA_STYLE_TOKEN, newLineCount will be 0. */ virtual void OnExpandableEditAreaLineAdded(Tizen::Ui::Controls::ExpandableEditArea& source, int newLineCount) = 0; @@ -80,6 +81,7 @@ public: * * @param[in] source The source of the event * @param[in] newLineCount The new line count + * @remarks For ExpandableEditArea created with EXPANDABLE_EDIT_AREA_STYLE_TOKEN, newLineCount will be 0. */ virtual void OnExpandableEditAreaLineRemoved(Tizen::Ui::Controls::ExpandableEditArea& source, int newLineCount) = 0; -- 2.7.4