From: Seoyeon Kim Date: Tue, 12 Feb 2019 04:55:17 +0000 (+0900) Subject: Move DEPRECATED tags to the top of the description X-Git-Tag: dali_1.4.7~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02fc26f8cb6e509f652d4973dfb88216a44fca14;hp=-c;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Move DEPRECATED tags to the top of the description Change-Id: Id030a869b6fb8c687c75bcb0fc8ce95c2e9671bb Signed-off-by: Seoyeon Kim --- 02fc26f8cb6e509f652d4973dfb88216a44fca14 diff --git a/dali/public-api/adaptor-framework/application.h b/dali/public-api/adaptor-framework/application.h index 48b2c28..e661684 100644 --- a/dali/public-api/adaptor-framework/application.h +++ b/dali/public-api/adaptor-framework/application.h @@ -321,38 +321,38 @@ public: public: // Stereoscopy /** + * @DEPRECATED_1_3_51 * @brief Sets the viewing mode for the application. * @SINCE_1_0.0 * @param[in] viewMode The new viewing mode - * @DEPRECATED_1_3_51 */ void SetViewMode( ViewMode viewMode ); /** + * @DEPRECATED_1_3_51 * @brief Gets the current viewing mode. * @SINCE_1_0.0 * @return The current viewing mode - * @DEPRECATED_1_3_51 */ ViewMode GetViewMode() const; /** + * @DEPRECATED_1_3_51 * @brief Sets the stereo base (eye separation) for Stereoscopic 3D. * * The stereo base is the distance in millimetres between the eyes. Typical values are * between 50mm and 70mm. The default value is 65mm. * @SINCE_1_0.0 * @param[in] stereoBase The stereo base (eye separation) for Stereoscopic 3D - * @DEPRECATED_1_3_51 */ void SetStereoBase( float stereoBase ); /** + * @DEPRECATED_1_3_51 * @brief Gets the stereo base (eye separation) for Stereoscopic 3D. * * @SINCE_1_0.0 * @return The stereo base (eye separation) for Stereoscopic 3D - * @DEPRECATED_1_3_51 */ float GetStereoBase() const;