Fix doxygen comments 85/245585/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 12 Oct 2020 19:46:40 +0000 (20:46 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 12 Oct 2020 19:46:40 +0000 (20:46 +0100)
Change-Id: If8c7b64bbf197370ccdcf71d959846a477cee8d1

dali/public-api/actors/custom-actor-impl.h
dali/public-api/actors/custom-actor.h
dali/public-api/animation/alpha-function.h

index 3afaa88..120d5e1 100644 (file)
@@ -105,7 +105,6 @@ public:
    *   D   E   F
    *
    * @endcode
-   * @param[in] depth The depth in the hierarchy for the actor
    */
   virtual void OnSceneConnection(int32_t depth) = 0;
 
index 5a4a98a..d353d6c 100644 (file)
@@ -93,7 +93,6 @@ public:
    *
    * @SINCE_1_0.0
    * @param[in] implementation The implementation for this custom actor
-   * @return A handle to a newly allocated Dali resource
    */
   CustomActor(CustomActorImpl& implementation);
 
index 1ea2677..48c32b0 100644 (file)
@@ -83,7 +83,6 @@ public:
    * @brief Default constructor.
    * Creates an alpha function object with the default built-in alpha function.
    * @SINCE_1_0.0
-   * @return The alpha function
    */
   AlphaFunction();
 
@@ -93,7 +92,6 @@ public:
    * to the constructor.
    * @SINCE_1_0.0
    * @param[in] function One of the built-in alpha functions
-   * @return The alpha function
    */
   AlphaFunction(BuiltinFunction function);
 
@@ -103,7 +101,6 @@ public:
    * to the constructor.
    * @SINCE_1_0.0
    * @param[in] function A pointer to an alpha function
-   * @return The alpha function
    */
   AlphaFunction(AlphaFunctionPrototype function);
 
@@ -115,7 +112,6 @@ public:
    * @SINCE_1_0.0
    * @param[in] controlPoint0 A Vector2 which will be used as the first control point of the curve
    * @param[in] controlPoint1 A Vector2 which will be used as the second control point of the curve
-   * @return The alpha function
    * @note The x components of the control points will be clamped to the range [0,1] to prevent
    * non monotonic curves.
    */