X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Falignment%2Falignment.h;h=b29085641de47e78b576255c56a2a246a0fbb00f;hb=6df04e225709cff7cb675a9bf27df694bea7361c;hp=8f0e1d52d19830f97bfdc4424f0f15b1d3a8cace;hpb=2eb0f016cf4d8a8282681283ae0e842c0c67bded;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/alignment/alignment.h b/dali-toolkit/public-api/controls/alignment/alignment.h index 8f0e1d5..b290856 100644 --- a/dali-toolkit/public-api/controls/alignment/alignment.h +++ b/dali-toolkit/public-api/controls/alignment/alignment.h @@ -55,12 +55,12 @@ public: */ enum Type { - HorizontalLeft = 1, - HorizontalCenter = 2, - HorizontalRight = 4, - VerticalTop = 8, - VerticalCenter = 16, - VerticalBottom = 32 + HorizontalLeft = 1, ///< Horizontal left alignment @SINCE_1_0.0 + HorizontalCenter = 2, ///< Horizontal center alignment @SINCE_1_0.0 + HorizontalRight = 4, ///< Horizontal right alignment @SINCE_1_0.0 + VerticalTop = 8, ///< Vertical top alignment @SINCE_1_0.0 + VerticalCenter = 16, ///< Vertical center alignment @SINCE_1_0.0 + VerticalBottom = 32 ///< Vertical bottom alignment @SINCE_1_0.0 }; /** @@ -153,14 +153,14 @@ public: ~Alignment(); /** - * @brief Downcast an Object handle to Alignment. + * @brief Downcast a handle to Alignment handle. * * If handle points to a Alignment the downcast produces valid * handle. If not the returned handle is left uninitialized. * * @SINCE_1_0.0 * @param[in] handle Handle to an object - * @return handle to a Alignment or an uninitialized handle + * @return A handle to a Alignment or an uninitialized handle */ static Alignment DownCast( BaseHandle handle ); @@ -169,7 +169,7 @@ public: * * @SINCE_1_0.0 * @param [in] type The new alignment option. - * @note there should only be one horizontal and one vertical policy + * @note There should only be one horizontal and one vertical policy. */ void SetAlignmentType( Type type ); @@ -236,6 +236,7 @@ public: public: // Not intended for application developers + /// @cond internal /** * @brief Creates a handle using the Toolkit::Internal implementation. * @@ -251,6 +252,7 @@ public: // Not intended for application developers * @param[in] internal A pointer to the internal CustomActor. */ explicit DALI_INTERNAL Alignment( Dali::Internal::CustomActor* internal ); + /// @endcond }; /**