X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftext%2Frendering-backend.h;h=6dcbda1285937f131cc2d350971fb3565657a913;hb=d887a261592b7cc190068e0da5f1f0330bb848d0;hp=97abfb892cf7f616bccac124cd19827f99b22fd8;hpb=0302e2897031cbf4ab7f15a93eb784ab85d4507d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/text/rendering-backend.h b/dali-toolkit/public-api/text/rendering-backend.h old mode 100644 new mode 100755 index 97abfb8..6dcbda1 --- a/dali-toolkit/public-api/text/rendering-backend.h +++ b/dali-toolkit/public-api/text/rendering-backend.h @@ -23,11 +23,18 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_controls_text_controls + * @{ + */ namespace Text { -// The type of text renderer required +/** + * @brief Enumeration for the type of text renderer required. + * @SINCE_1_0.0 + */ enum RenderingType { RENDERING_SHARED_ATLAS, ///< A bitmap-based solution where renderers can share a texture atlas @SINCE_1_0.0 @@ -38,6 +45,9 @@ const unsigned int DEFAULT_RENDERING_BACKEND = RENDERING_SHARED_ATLAS; } // namespace Text +/** + * @} + */ } // namespace Toolkit } // namespace Dali