From 5fa9be60edad7b4c8c159bbd8647af5b9d009ac2 Mon Sep 17 00:00:00 2001 From: x1ma Date: Fri, 22 Jan 2016 11:04:09 +0000 Subject: [PATCH] Added @since to type-registry.h API change Change-Id: I803903f320784ef87a719ef62174f7e7910f6279 --- dali/public-api/object/type-registry.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dali/public-api/object/type-registry.h b/dali/public-api/object/type-registry.h index abb6554..aac32d7 100644 --- a/dali/public-api/object/type-registry.h +++ b/dali/public-api/object/type-registry.h @@ -314,6 +314,8 @@ public: /** * @brief This constructor registers the animatable property with the registered default value. * + * @since DALi 1.1.18 + * * This constructor is for scene-graph only properties where the * value of the property can be retrieved and set via specified * functions. -- 2.7.4