[3.0] Prevent API generate warning log 51/99251/1 accepted/tizen/3.0/common/20161124.181910 accepted/tizen/3.0/ivi/20161124.030257 accepted/tizen/3.0/mobile/20161124.030108 accepted/tizen/3.0/tv/20161124.030149 accepted/tizen/3.0/wearable/20161124.030220 submit/tizen_3.0/20161123.111804
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 22 Nov 2016 08:17:11 +0000 (17:17 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 22 Nov 2016 08:21:11 +0000 (17:21 +0900)
- The doxygen warning log said some Property enumerations of class are not documented.

Change-Id: I698f527d78557ad512e3a84d7a92142cba2a23ab
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/actors/actor.h
dali/public-api/actors/camera-actor.h
dali/public-api/actors/layer.h
dali/public-api/animation/linear-constrainer.h
dali/public-api/animation/path.h
dali/public-api/events/pan-gesture-detector.h
dali/public-api/render-tasks/render-task.h
dali/public-api/rendering/renderer.h
dali/public-api/rendering/shader.h

index 3c06e53..7f4b1ad 100644 (file)
@@ -248,6 +248,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the Actor class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       PARENT_ORIGIN = DEFAULT_ACTOR_PROPERTY_START_INDEX, ///< name "parentOrigin",          type Vector3     (constraint-input) @SINCE_1_0.0
index 8cf1cd2..d0aa296 100644 (file)
@@ -88,6 +88,12 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the CameraActor class.
+     *
+     * Properties additional to Actor.
+     * @SINCE_1_0.0
+     */
     enum
     {
       TYPE = DEFAULT_DERIVED_ACTOR_PROPERTY_START_INDEX, ///< name "type",                  type std::string @SINCE_1_0.0
index 8498550..caf2ef2 100644 (file)
@@ -85,11 +85,16 @@ public:
    * @brief An enumeration of properties belonging to the Layer class.
    *
    * Properties additional to Actor.
-   *
    * @SINCE_1_0.0
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the Layer class.
+     *
+     * Properties additional to Actor.
+     * @SINCE_1_0.0
+     */
     enum
     {
       CLIPPING_ENABLE = DEFAULT_DERIVED_ACTOR_PROPERTY_START_INDEX, ///< name "clippingEnable",   type bool @SINCE_1_0.0
index 4ca5a40..8853170 100644 (file)
@@ -64,6 +64,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the LinearConstrainer class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       VALUE     = DEFAULT_OBJECT_PROPERTY_START_INDEX,  ///< name "value" type Array of float @SINCE_1_0.0
index bbe3a6a..1c20784 100644 (file)
@@ -51,6 +51,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the Path class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       POINTS         = DEFAULT_OBJECT_PROPERTY_START_INDEX, ///< name "points",         type Vector3 @SINCE_1_0.0
index df19d54..4ad0343 100644 (file)
@@ -73,6 +73,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the PanGestureDetector class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       SCREEN_POSITION = DEFAULT_GESTURE_DETECTOR_PROPERTY_START_INDEX, ///< name "screenPosition",      type Vector2 @SINCE_1_0.0
index a974417..29ab7fa 100644 (file)
@@ -91,6 +91,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the RenderTask class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       /**
index 6a9d849..86b2743 100644 (file)
@@ -234,9 +234,14 @@ public:
 
   /**
    * @brief An enumeration of properties belonging to the Renderer class.
+   * @SINCE_1_1.43
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the Renderer class.
+     * @SINCE_1_1.43
+     */
     enum
     {
       /**
index 4c28dad..5c844c8 100644 (file)
@@ -96,6 +96,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the Shader class.
+     * @SINCE_1_1.43
+     */
     enum
     {
       /**