Update doxygen for VPSS-963
authorSudha <sudha.reddy@samsung.com>
Fri, 7 Jun 2013 13:50:09 +0000 (19:20 +0530)
committerSudha <sudha.reddy@samsung.com>
Fri, 7 Jun 2013 13:59:14 +0000 (19:29 +0530)
Change-Id: I72669ccf305b3802692658e641d0be7123d13653
Signed-off-by: Sudha <sudha.reddy@samsung.com>
inc/FUiCtrlIExpandableEditAreaEventListener.h

index 750f323..6d993af 100644 (file)
@@ -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;