From 3e8075bf5e85c5e0151b79bddc66bf03faa8d826 Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Thu, 12 May 2016 11:03:55 +0100 Subject: [PATCH] Button's 'Actions' table documentation updated. * Attributes description and a reference to the DoAction() method added to the "buttonClick" action. Change-Id: If27b489bb509fcc52190057bf30086aca6dbc5ce Signed-off-by: Victor Cebollada --- dali-toolkit/public-api/controls/buttons/button.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dali-toolkit/public-api/controls/buttons/button.h b/dali-toolkit/public-api/controls/buttons/button.h index c8a0900..8893d88 100644 --- a/dali-toolkit/public-api/controls/buttons/button.h +++ b/dali-toolkit/public-api/controls/buttons/button.h @@ -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 -- 2.7.4