Button's 'Actions' table documentation updated. 71/69271/1
authorVictor Cebollada <v.cebollada@samsung.com>
Thu, 12 May 2016 10:03:55 +0000 (11:03 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 12 May 2016 10:25:08 +0000 (11:25 +0100)
* Attributes description and a reference to the DoAction() method added
  to the "buttonClick" action.

Change-Id: If27b489bb509fcc52190057bf30086aca6dbc5ce
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali-toolkit/public-api/controls/buttons/button.h

index c8a0900..8893d88 100644 (file)
@@ -77,9 +77,9 @@ class Button;
  * | stateChanged     | @ref StateChangedSignal()   |
  *
  * Actions
- * | %Action Name     | Description                 |
- * |------------------|-----------------------------|
- * | buttonClick      | Simulates a button click    |
+ * | %Action Name     | Attributes              | Description                                   |
+ * |------------------|-------------------------|-----------------------------------------------|
+ * | buttonClick      | Doesn't have attributes | Simulates a button click. See @ref DoAction() |
  * @SINCE_1_0.0
  */
 class DALI_IMPORT_API Button : public Control