GroupContainer doxygen change
authorPrakalathan Ponnusamy <prakalath.p@samsung.com>
Mon, 15 Apr 2013 06:24:25 +0000 (11:54 +0530)
committerPrakalathan Ponnusamy <prakalath.p@samsung.com>
Mon, 15 Apr 2013 06:24:25 +0000 (11:54 +0530)
Change-Id: I92d7d9020426d0b82bf6a399939eeb10b5f25d50

inc/FUiCtrlGroupContainer.h

index 4f4288e..179793e 100644 (file)
@@ -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);