X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdali-adaptor-doc.h;h=66587d147caf345ef255337f06343213def979db;hb=fa08b43b7866eaf37c186cfbe57bf8241927ff51;hp=ddaadafce33ca6e69b76c87251d6fc4788547e61;hpb=6728e76a84a1c945cac7be85fcff726d16d77175;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/doc/dali-adaptor-doc.h b/doc/dali-adaptor-doc.h index ddaadaf..66587d1 100644 --- a/doc/dali-adaptor-doc.h +++ b/doc/dali-adaptor-doc.h @@ -1,17 +1,67 @@ #ifndef __DALI_ADAPTOR_DOC_H__ #define __DALI_ADAPTOR_DOC_H__ +/* + * Copyright (c) 2016 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + /** - * @defgroup dali-adaptor DALi Adaptor + * @defgroup dali_adaptor DALi Adaptor + * + * @brief DALi Adaptor is a platform adaptation layer. * - * @brief This module is a platform adaptation layer. It initializes and sets up DALi appropriately. - * The module provides many platform-related services with its internal module, + * It initializes and sets up DALi appropriately and + * provides many platform-related services with its internal module, * platform abstraction. Several signals can be connected to it to keep you informed when * certain platform-related activities occur. * + * @section dali_adaptor_overview Overview + * + * DALi Adaptor consists of the following groups of API: + * + * + * + * + * + * + * + * + * + * + *
API GroupDescription
@ref dali_adaptor_frameworkClasses for the adaption layer.
+ * + * \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-adaptor-framework Adaptor Framework + * @defgroup dali_adaptor_framework Adaptor Framework * @brief Classes for the adaption layer. * @} */