X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdali-core-doc.h;h=c7b1570f5454f28a201a0eed300f2d51eb25b605;hb=4d52001a31f7b819044c781bbe9d1e4065fc9182;hp=3c47b3a3e70e1e8ee8c46444cda533481b3596e0;hpb=dcbe581a107fdda950cca57f70dd759f01b74762;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/doc/dali-core-doc.h b/doc/dali-core-doc.h index 3c47b3a..c7b1570 100644 --- a/doc/dali-core-doc.h +++ b/doc/dali-core-doc.h @@ -1,8 +1,8 @@ -#ifndef __DALI_DOC_H__ -#define __DALI_DOC_H__ +#ifndef DALI_DOC_H +#define DALI_DOC_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -40,7 +40,7 @@ * * * @ref dali_core_animation - * Animation allows your objects to move around / change their properties for a specified duration. + * Classes for animation which allows your objects to move around / change their properties for a specified duration. * * * @ref dali_core_common @@ -48,7 +48,7 @@ * * * @ref dali_core_events - * Input events and gestures supported by DALi. + * Classes for input events and gestures supported by DALi. * * * @ref dali_core_images @@ -56,7 +56,7 @@ * * * @ref dali_core_math - * Basic math classes. + * Classes for basic math. * * * @ref dali_core_object @@ -64,43 +64,66 @@ * * * @ref dali_core_rendering_effects - * Render task and shader effect classes. + * Classes for render task and shader effect. * * * @ref dali_core_signals * Classes for the signal and slot structure. * + * + * @ref dali_core_size_negotiation + * Classes for the size negotiation. + * * * + * \ifnot show_tizen_feature + * + * @section dali_toolkit_feature Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/opengles.version.2_0\n + * + * It is recommended to design feature related codes in your application for reliability.\n + * + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n + * + * 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. + * + * \endif + * * @ingroup dali * @{ * @defgroup dali_core_actors Actors * @brief Actor is the primary object for interaction in DALi applications. * @defgroup dali_core_animation Animation - * @brief Animation allows your objects to move around / change their properties for a specified duration. + * @brief Classes for animation which allows your objects to move around / change their properties for a specified duration. * @defgroup dali_core_common Common * @brief Common classes for using DALi. * @defgroup dali_core_events Events - * @brief Input events and gestures supported by DALi. + * @brief Classes for input events and gestures supported by DALi. * @defgroup dali_core_images Images * @brief Classes for handling resource images. * @defgroup dali_core_math Math - * @brief Basic math classes. + * @brief Classes for basic math. * @defgroup dali_core_object Object * @brief Classes for the handle/body pattern and property system. * @defgroup dali_core_rendering_effects Rendering & Effect - * @brief Render task and shader effect classes. + * @brief Classes for render task and shader effect. * @defgroup dali_core_signals Signal * @brief Classes for the signal and slot structure. + + * @defgroup dali_core_size_negotiation Size Negotiation + * @brief Classes for the size negotiation. * @} */ -#endif /* __DALI_DOC_H__ */ +#endif /* DALI_DOC_H */