X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fconstants.h;h=14da714260b0bd48e3124d34d1a2f68fe63b5c99;hb=refs%2Fchanges%2F57%2F114957%2F2;hp=75b9474f28848127fba619a3cbc558929fe9b10e;hpb=b51494d57860c874def71664c637ac63a74389f4;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/common/constants.h b/dali/public-api/common/constants.h index 75b9474..14da714 100644 --- a/dali/public-api/common/constants.h +++ b/dali/public-api/common/constants.h @@ -27,11 +27,16 @@ namespace Dali { +/** + * @addtogroup dali_core_common + * @{ + */ /** - * @brief ParentOrigin constants + * @brief ParentOrigin constants. * - * Note that for 2D layouting, the typical Z position is 0.5f (not 0.0f) + * Note that for 2D layouting, the typical Z position is 0.5f (not 0.0f). + * @SINCE_1_0.0 */ namespace ParentOrigin { @@ -55,9 +60,10 @@ DALI_IMPORT_API extern const Vector3 BOTTOM_RIGHT; ///< 1.0f, 1.0f, 0.5f } /** - * @brief AnchorPoint constants + * @brief AnchorPoint constants. * - * Note that for 2D layouting, the typical Z position is 0.5f (not 0.0f) + * Note that for 2D layouting, the typical Z position is 0.5f (not 0.0f). + * @SINCE_1_0.0 */ namespace AnchorPoint { @@ -85,6 +91,7 @@ DALI_IMPORT_API extern const Vector3 BOTTOM_RIGHT; ///< 1.0f, 1.0f, 0.5f * @brief Color Constants. * * Color is represented by the Vector4 class (see vector4.h). + * @SINCE_1_0.0 */ namespace Color { @@ -104,7 +111,8 @@ DALI_IMPORT_API extern const Vector4 TRANSPARENT; ///< Black transparent (0.0f, } // namespace Color /** - * @brief Math constants + * @brief Math constants. + * @SINCE_1_0.0 */ namespace Math { @@ -125,13 +133,8 @@ static const float ONE80_OVER_PI = 180.0f/Dali::Math::PI; ///< Constant used to } // namespace Math /** - * @brief String Constants + * @} */ -namespace String -{ -extern const std::string EMPTY; ///< The empty string -} - } // namespace Dali #endif // __DALI_CONSTANTS_H__