X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftext%2Frendering-backend.h;h=6c266f876920f2b6bf7d3e509c03f1df1762ab86;hp=00686ed366eaa49c8b6e811739c5e7228612f792;hb=07978c7f46b49a673c9a72b987e653c5d55b1ef3;hpb=3b5c91aa5c8ec803487ded2008d6b460530e96ad diff --git a/dali-toolkit/public-api/text/rendering-backend.h b/dali-toolkit/public-api/text/rendering-backend.h index 00686ed..6c266f8 100755 --- a/dali-toolkit/public-api/text/rendering-backend.h +++ b/dali-toolkit/public-api/text/rendering-backend.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_RENDERING_BACKEND_H__ -#define __DALI_TOOLKIT_RENDERING_BACKEND_H__ +#ifndef DALI_TOOLKIT_RENDERING_BACKEND_H +#define DALI_TOOLKIT_RENDERING_BACKEND_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,10 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_controls_text_controls + * @{ + */ namespace Text { @@ -41,8 +45,11 @@ const unsigned int DEFAULT_RENDERING_BACKEND = RENDERING_SHARED_ATLAS; } // namespace Text +/** + * @} + */ } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_RENDERING_BACKEND_H__ +#endif // DALI_TOOLKIT_RENDERING_BACKEND_H