DALi Version 1.2.49
[platform/core/uifw/dali-core.git] / dali / devel-api / animation / animation-data.h
index c429149..ebdad5a 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_ANIMATION_DATA_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -76,6 +76,7 @@ public:
   /**
    * @brief Adds one AnimationDataElement to the list to describe one animation.
    * @param[in] animationDataElement A pre-populated struct to add
+   * @note This class takes ownership of animationDataElement
    */
   void Add( AnimationDataElement* animationDataElement );