From: Prakalathan Ponnusamy Date: Mon, 15 Apr 2013 06:24:25 +0000 (+0530) Subject: GroupContainer doxygen change X-Git-Tag: accepted/tizen_2.1/20130425.033138~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d7583746e8537a06ba7162bfadbe7f5d901d5e7;p=platform%2Fframework%2Fnative%2Fuifw.git GroupContainer doxygen change Change-Id: I92d7d9020426d0b82bf6a399939eeb10b5f25d50 --- diff --git a/inc/FUiCtrlGroupContainer.h b/inc/FUiCtrlGroupContainer.h index 4f4288e..179793e 100644 --- a/inc/FUiCtrlGroupContainer.h +++ b/inc/FUiCtrlGroupContainer.h @@ -122,8 +122,8 @@ public: * @param[in] columnIndex The column index of the cell * @exception E_SUCCESS The method is successful. * @exception E_OUT_OF_RANGE The specified @c rowIndex or @c columnIndex is greater than the number of elements or less than @c 0. - * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @exception E_INVALID_OPERATION No control has been bound to the specified cell. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. + * @exception E_INVALID_OPERATION No control has been bound to the specified cell. * @remarks When you get the control from the merged cell, the row index and column index of a representative cell should be given. */ const Tizen::Ui::Control* GetControlAt(int rowIndex, int columnIndex) const; @@ -138,8 +138,9 @@ public: * @param[in] rowIndex The row index of the cell * @param[in] columnIndex The column index of the cell * @exception E_SUCCESS The method is successful. - * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @exception E_INVALID_OPERATION No control has been bound to the specified cell. + * @exception E_OUT_OF_RANGE The specified @c rowIndex or @c columnIndex is greater than the number of elements or less than @c 0. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. + * @exception E_INVALID_OPERATION No control has been bound to the specified cell. * @remarks When you get the control from the merged cells, the row index and column index of a representative cell should be given. */ Tizen::Ui::Control* GetControlAt(int rowIndex, int columnIndex);