From: Victor Cebollada Date: Thu, 12 May 2016 10:03:55 +0000 (+0100) Subject: Button's 'Actions' table documentation updated. X-Git-Tag: dali_1.1.34~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=inline;h=3e8075bf5e85c5e0151b79bddc66bf03faa8d826;hp=0e80c74336176c06765296302b7f9142c9dc1737;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 --- 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