Merge "Button's 'Actions' table documentation updated." into devel/master
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 12 May 2016 13:40:17 +0000 (06:40 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 12 May 2016 13:40:17 +0000 (06:40 -0700)
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