Button documentation changed for Action buttonClick 83/68483/1
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 4 May 2016 15:34:22 +0000 (16:34 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 4 May 2016 15:34:22 +0000 (16:34 +0100)
Now a description instead of an internal function name

Change-Id: I1961e58c47080a30ed2e2a8e2be77d4331b1be0a

dali-toolkit/public-api/controls/buttons/button.h

index 79c1b80..c8a0900 100644 (file)
@@ -77,9 +77,9 @@ class Button;
  * | stateChanged     | @ref StateChangedSignal()   |
  *
  * Actions
- * | %Action Name     | %Button method called       |
+ * | %Action Name     | Description                 |
  * |------------------|-----------------------------|
- * | buttonClick      | %DoClickAction()            |
+ * | buttonClick      | Simulates a button click    |
  * @SINCE_1_0.0
  */
 class DALI_IMPORT_API Button : public Control