From: taeyoon Date: Tue, 9 Aug 2016 08:16:09 +0000 (+0900) Subject: [3.0] Exclude internal tag module in Public API reference X-Git-Tag: accepted/tizen/common/20160830.150426~10 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=1e196c6efe3a7a10c7198bb729027658fbdd5b16 [3.0] Exclude internal tag module in Public API reference This reverts commit 16fc4effc857badc41095ff3cb649e9545e2587a. Change-Id: I5b0810dbff78b6b79bcbfb63d31b372556833942 --- diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index cbd4d8c..0103c63 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -1560,6 +1560,7 @@ public: // Signals public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Actor::New() methods. * * @SINCE_1_0.0 @@ -1569,6 +1570,7 @@ public: // Not intended for application developers }; /** + * @internal * @brief Helper for discarding an actor handle. * * If the handle is empty, this method does nothing. Otherwise diff --git a/dali/public-api/actors/camera-actor.h b/dali/public-api/actors/camera-actor.h index 0c44da0..8e19673 100644 --- a/dali/public-api/actors/camera-actor.h +++ b/dali/public-api/actors/camera-actor.h @@ -359,6 +359,7 @@ public: public: // Not intended for use by Application developers /** + * @internal * @brief This constructor is used by CameraActor::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/actors/layer.h b/dali/public-api/actors/layer.h index 7615ecc..2f15cc8 100644 --- a/dali/public-api/actors/layer.h +++ b/dali/public-api/actors/layer.h @@ -471,6 +471,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Layer::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/animation/animation.h b/dali/public-api/animation/animation.h index 894398d..37a0b58 100644 --- a/dali/public-api/animation/animation.h +++ b/dali/public-api/animation/animation.h @@ -698,6 +698,7 @@ public: public: // Not intended for use by Application developers /** + * @internal * @brief This constructor is used by Animation::New() methods * @SINCE_1_0.0 * @param [in] animation A pointer to a newly allocated Dali resource diff --git a/dali/public-api/animation/constraint.h b/dali/public-api/animation/constraint.h index 1bf916a..6b7df27 100644 --- a/dali/public-api/animation/constraint.h +++ b/dali/public-api/animation/constraint.h @@ -516,6 +516,7 @@ public: public: // Not intended for use by Application developers /** + * @internal * @brief This constructor is used by Constraint::New() methods * @SINCE_1_0.0 * @param [in] constraint A pointer to a newly allocated Dali resource diff --git a/dali/public-api/animation/key-frames.h b/dali/public-api/animation/key-frames.h index c688e05..681562b 100644 --- a/dali/public-api/animation/key-frames.h +++ b/dali/public-api/animation/key-frames.h @@ -134,6 +134,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by KeyFrames::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/animation/linear-constrainer.h b/dali/public-api/animation/linear-constrainer.h index 173f839..4ca5a40 100644 --- a/dali/public-api/animation/linear-constrainer.h +++ b/dali/public-api/animation/linear-constrainer.h @@ -145,6 +145,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by LinearConstrainer::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/animation/path.h b/dali/public-api/animation/path.h index 1646acb..bbe3a6a 100644 --- a/dali/public-api/animation/path.h +++ b/dali/public-api/animation/path.h @@ -185,6 +185,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Path::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/common/stage.h b/dali/public-api/common/stage.h index 50e7930..06d4416 100644 --- a/dali/public-api/common/stage.h +++ b/dali/public-api/common/stage.h @@ -356,6 +356,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Stage::GetCurrent() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/events/gesture-detector.h b/dali/public-api/events/gesture-detector.h index c6cc8fd..5db82fb 100644 --- a/dali/public-api/events/gesture-detector.h +++ b/dali/public-api/events/gesture-detector.h @@ -152,6 +152,7 @@ public: // Actor related protected: /** + * @internal * @brief This constructor is used by New() methods of derived classes (For example, PanGestureDetector::New()). * * @SINCE_1_0.0 diff --git a/dali/public-api/events/long-press-gesture-detector.h b/dali/public-api/events/long-press-gesture-detector.h index 4a9c849..7c3cc1f 100644 --- a/dali/public-api/events/long-press-gesture-detector.h +++ b/dali/public-api/events/long-press-gesture-detector.h @@ -211,6 +211,7 @@ public: // Signals public: // Not intended for Application developers /** + * @internal * @brief This constructor is used by LongPressGestureDetector::New() methods. * * @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 72f688e..fdc2091 100644 --- a/dali/public-api/events/pan-gesture-detector.h +++ b/dali/public-api/events/pan-gesture-detector.h @@ -336,6 +336,7 @@ public: // Pan Properties Setters public: // Not intended for Application developers /** + * @internal * @brief This constructor is used by PanGestureDetector::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/events/pinch-gesture-detector.h b/dali/public-api/events/pinch-gesture-detector.h index 37eb16a..81e9fcd 100644 --- a/dali/public-api/events/pinch-gesture-detector.h +++ b/dali/public-api/events/pinch-gesture-detector.h @@ -140,6 +140,7 @@ public: // Signals public: // Not intended for Application developers /** + * @internal * @brief This constructor is used by PinchGestureDetector::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/events/tap-gesture-detector.h b/dali/public-api/events/tap-gesture-detector.h index 020558e..537aa5e 100644 --- a/dali/public-api/events/tap-gesture-detector.h +++ b/dali/public-api/events/tap-gesture-detector.h @@ -199,6 +199,7 @@ public: // Signals public: // Not intended for Application developers /** + * @internal * @brief This constructor is used by TapGestureDetector::New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/events/touch-data.h b/dali/public-api/events/touch-data.h index be302a2..3cdfec2 100644 --- a/dali/public-api/events/touch-data.h +++ b/dali/public-api/events/touch-data.h @@ -218,6 +218,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used internally to Create an initialized TouchData handle. * * @SINCE_1_1.37 diff --git a/dali/public-api/math/quaternion.h b/dali/public-api/math/quaternion.h index af25592..25feb78 100644 --- a/dali/public-api/math/quaternion.h +++ b/dali/public-api/math/quaternion.h @@ -456,6 +456,7 @@ public: private: /** + * @internal * @brief Set the quaternion from 3 orthonormal axes. * * @SINCE_1_0.0 diff --git a/dali/public-api/object/object-registry.h b/dali/public-api/object/object-registry.h index 38950b2..a96877f 100644 --- a/dali/public-api/object/object-registry.h +++ b/dali/public-api/object/object-registry.h @@ -150,6 +150,7 @@ public: // Signals public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Dali Get() method. * * @SINCE_1_0.0 diff --git a/dali/public-api/object/property-notification.h b/dali/public-api/object/property-notification.h index 49bd291..b6bcbb9 100644 --- a/dali/public-api/object/property-notification.h +++ b/dali/public-api/object/property-notification.h @@ -176,6 +176,7 @@ public: public: // Not intended for use by Application developers /** + * @internal * @brief This constructor is used by Dali New() methods. * * @SINCE_1_0.0 diff --git a/dali/public-api/object/property-value.h b/dali/public-api/object/property-value.h index 8ebab5a..d286d1c 100644 --- a/dali/public-api/object/property-value.h +++ b/dali/public-api/object/property-value.h @@ -218,6 +218,7 @@ public: Type GetType() const; /** + * @internal * @brief Retrieve a specific value. * * Works on a best-effort approach; if value type is not convertible returns a default value of the type diff --git a/dali/public-api/object/type-info.h b/dali/public-api/object/type-info.h index fbdcfab..6625061 100644 --- a/dali/public-api/object/type-info.h +++ b/dali/public-api/object/type-info.h @@ -218,6 +218,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Dali Get() method. * * @SINCE_1_0.0 diff --git a/dali/public-api/object/type-registry.h b/dali/public-api/object/type-registry.h index 2842213..4f1d93c 100644 --- a/dali/public-api/object/type-registry.h +++ b/dali/public-api/object/type-registry.h @@ -170,6 +170,7 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Dali Get() method. * * @SINCE_1_0.0 diff --git a/dali/public-api/render-tasks/render-task-list.h b/dali/public-api/render-tasks/render-task-list.h index 8a36810..0a99c1c 100644 --- a/dali/public-api/render-tasks/render-task-list.h +++ b/dali/public-api/render-tasks/render-task-list.h @@ -128,7 +128,9 @@ public: public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Dali New() methods + * * @SINCE_1_0.0 * @param [in] renderTask A pointer to a newly allocated render-task */ diff --git a/dali/public-api/render-tasks/render-task.h b/dali/public-api/render-tasks/render-task.h index 959c38d..ae44725 100644 --- a/dali/public-api/render-tasks/render-task.h +++ b/dali/public-api/render-tasks/render-task.h @@ -515,6 +515,7 @@ public: // Signals public: // Not intended for application developers /** + * @internal * @brief This constructor is used by Dali New() methods. * @SINCE_1_0.0 * @param [in] renderTask A pointer to a newly allocated render-task diff --git a/dali/public-api/shader-effects/shader-effect.h b/dali/public-api/shader-effects/shader-effect.h index dffed8b..2c340cb 100644 --- a/dali/public-api/shader-effects/shader-effect.h +++ b/dali/public-api/shader-effects/shader-effect.h @@ -369,6 +369,7 @@ public: public: // Not intended for application developers /** + * @internal * @DEPRECATED_1_0.47 * @brief This constructor is used by Dali New() methods. * @SINCE_1_0.0