From: Seoyeon Kim Date: Tue, 22 Nov 2016 08:17:11 +0000 (+0900) Subject: [3.0] Prevent API generate warning log X-Git-Tag: accepted/tizen/3.0/common/20161124.181910^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F99251%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git [3.0] Prevent API generate warning log - The doxygen warning log said some Property enumerations of class are not documented. Change-Id: I698f527d78557ad512e3a84d7a92142cba2a23ab Signed-off-by: Seoyeon Kim --- diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index 3c06e53..7f4b1ad 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -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 diff --git a/dali/public-api/actors/camera-actor.h b/dali/public-api/actors/camera-actor.h index 8cf1cd2..d0aa296 100644 --- a/dali/public-api/actors/camera-actor.h +++ b/dali/public-api/actors/camera-actor.h @@ -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 diff --git a/dali/public-api/actors/layer.h b/dali/public-api/actors/layer.h index 8498550..caf2ef2 100644 --- a/dali/public-api/actors/layer.h +++ b/dali/public-api/actors/layer.h @@ -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 diff --git a/dali/public-api/animation/linear-constrainer.h b/dali/public-api/animation/linear-constrainer.h index 4ca5a40..8853170 100644 --- a/dali/public-api/animation/linear-constrainer.h +++ b/dali/public-api/animation/linear-constrainer.h @@ -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 diff --git a/dali/public-api/animation/path.h b/dali/public-api/animation/path.h index bbe3a6a..1c20784 100644 --- a/dali/public-api/animation/path.h +++ b/dali/public-api/animation/path.h @@ -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 diff --git a/dali/public-api/events/pan-gesture-detector.h b/dali/public-api/events/pan-gesture-detector.h index df19d54..4ad0343 100644 --- a/dali/public-api/events/pan-gesture-detector.h +++ b/dali/public-api/events/pan-gesture-detector.h @@ -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 diff --git a/dali/public-api/render-tasks/render-task.h b/dali/public-api/render-tasks/render-task.h index a974417..29ab7fa 100644 --- a/dali/public-api/render-tasks/render-task.h +++ b/dali/public-api/render-tasks/render-task.h @@ -91,6 +91,10 @@ public: */ struct Property { + /** + * @brief An enumeration of properties belonging to the RenderTask class. + * @SINCE_1_0.0 + */ enum { /** diff --git a/dali/public-api/rendering/renderer.h b/dali/public-api/rendering/renderer.h index 6a9d849..86b2743 100644 --- a/dali/public-api/rendering/renderer.h +++ b/dali/public-api/rendering/renderer.h @@ -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 { /** diff --git a/dali/public-api/rendering/shader.h b/dali/public-api/rendering/shader.h index 4c28dad..5c844c8 100644 --- a/dali/public-api/rendering/shader.h +++ b/dali/public-api/rendering/shader.h @@ -96,6 +96,10 @@ public: */ struct Property { + /** + * @brief An enumeration of properties belonging to the Shader class. + * @SINCE_1_1.43 + */ enum { /**