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=ce364ebaebf9728b10d720ffc09da030212c215d;hp=813d2acd71acca247201a242f8b34fdec05940ae;hb=HEAD;hpb=c987d82026e4acea095e80c4afba70a62efea61c diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 813d2ac..ce364eb 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 @@ -154,7 +158,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * * \endif * @@ -170,6 +174,9 @@ * @defgroup dali_toolkit_controls_buttons Buttons * @brief Button is a small object on UI that you can press. + * @defgroup dali_toolkit_controls_canvas_view CanvasView + * @brief CanvasView is a class for displaying an vector primitives. + * * @defgroup dali_toolkit_controls_gaussian_blur_view Gaussian Blur View * @brief GaussianBlurView provides a render process that blurs an image. @@ -219,8 +226,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