X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=doc%2Fdali-toolkit-doc.h;h=e8cae7282e870fd76a52b541e5242cac94ceb95b;hp=813d2acd71acca247201a242f8b34fdec05940ae;hb=41d36118a13932bcf1db39b780ac437fcda8aa08;hpb=3257f4a57ff88013c5f4dc4c01b863ab0f79e763 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 813d2ac..e8cae72 100755 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_DOC_H__ -#define __DALI_TOOLKIT_DOC_H__ +#ifndef DALI_TOOLKIT_DOC_H +#define DALI_TOOLKIT_DOC_H /* - * Copyright (c) 2016 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. @@ -140,6 +140,10 @@ * @ref dali_toolkit_visuals * Visuals can control rendering the contents as using Property. * + * + * @ref dali_toolkit_image_loader + * The ImageLoader is used to load pixel data from a URL. + * * * * \ifnot show_tizen_feature @@ -219,8 +223,10 @@ * @defgroup dali_toolkit_visuals Visuals * @brief Visuals can control rendering the contents as using Property. + * @defgroup dali_toolkit_image_loader Image Loader + * @brief The ImageLoader is used to load pixel data from a URL. + * @} */ - -#endif /* __DALI_TOOLKIT_DOC_H__ */ +#endif // DALI_TOOLKIT_DOC_H