X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fflex-container%2Fflex-container.h;h=ef86a70758c2c9a34b08dfcbb46e9b9d04d2a58b;hp=856c83ab0c250daed7441c7e33bdbf2e9c50d13d;hb=675f5551ef3c7ca20ec45c36b865a5092883af43;hpb=1dbb50c7c99eef4f1771787bbf97bbb023a49c91 diff --git a/dali-toolkit/public-api/controls/flex-container/flex-container.h b/dali-toolkit/public-api/controls/flex-container/flex-container.h index 856c83a..ef86a70 100644 --- a/dali-toolkit/public-api/controls/flex-container/flex-container.h +++ b/dali-toolkit/public-api/controls/flex-container/flex-container.h @@ -190,6 +190,10 @@ public: */ struct Property { + /** + * @brief An enumeration of properties belonging to the FlexContainer class. + * @SINCE_1_1.35 + */ enum { // Event side properties @@ -208,6 +212,10 @@ public: */ struct ChildProperty { + /** + * @brief An enumeration of child properties belonging to the FlexContainer class. + * @SINCE_1_1.35 + */ enum { // Event side child properties @@ -235,6 +243,8 @@ public: /** * @brief Assignment operator. Changes this handle to point to another real object * @SINCE_1_1.35 + * @param[in] handle Handle to an object + * @return A reference to this */ FlexContainer& operator=( const FlexContainer& handle ); @@ -271,6 +281,7 @@ public: public: // Not intended for application developers + /// @cond internal /** * @brief Creates a handle using the Toolkit::Internal implementation. * @SINCE_1_1.35 @@ -286,6 +297,7 @@ public: // Not intended for application developers * @param[in] internal A pointer to the internal CustomActor. */ explicit DALI_INTERNAL FlexContainer( Dali::Internal::CustomActor* internal ); + /// @endcond }; /**