X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fmath%2Frandom.h;h=8067112fc767d305bf6d0f4f000201a358ca320f;hb=refs%2Fchanges%2F57%2F114957%2F2;hp=47a62719c946369a467b189aa5ebdf22eb9b5019;hpb=54dff6a35a504884c076a370b660ed9a0a6c6bdb;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/math/random.h b/dali/public-api/math/random.h index 47a6271..8067112 100644 --- a/dali/public-api/math/random.h +++ b/dali/public-api/math/random.h @@ -24,12 +24,13 @@ namespace Dali { /** - * @addtogroup dali-core-math + * @addtogroup dali_core_math * @{ */ /** * @brief Provides methods to generate and use random values. + * @SINCE_1_0.0 */ namespace Random { @@ -38,9 +39,10 @@ namespace Random * @brief Returns a random number between f0 and f1. * * Note, uses a limited number of values. - * @param[in] f0 the lower bound - * @param[in] f1 the upper bound - * @return a random value between the lower and upper bound + * @SINCE_1_0.0 + * @param[in] f0 The lower bound + * @param[in] f1 The upper bound + * @return A random value between the lower and upper bound */ inline float Range(float f0, float f1) { @@ -52,7 +54,8 @@ inline float Range(float f0, float f1) /** * @brief Function to return a normalized axis in a random direction. * - * @return the axis + * @SINCE_1_0.0 + * @return The axis */ inline Vector4 Axis() {