X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdali-adaptor-doc.h;h=bdded7ba210302214528ed5ebb1aadf51cea3857;hb=refs%2Fchanges%2F55%2F250055%2F1;hp=b6f114a0e83480923daf0191492749a43dc85587;hpb=ddf80b57cb944aef9a11de669775e8fd0f9ff156;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/doc/dali-adaptor-doc.h b/doc/dali-adaptor-doc.h index b6f114a..bdded7b 100644 --- a/doc/dali-adaptor-doc.h +++ b/doc/dali-adaptor-doc.h @@ -1,8 +1,8 @@ -#ifndef __DALI_ADAPTOR_DOC_H__ -#define __DALI_ADAPTOR_DOC_H__ +#ifndef DALI_ADAPTOR_DOC_H +#define DALI_ADAPTOR_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. @@ -43,6 +43,22 @@ * * * + * \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 @@ -50,4 +66,4 @@ * @} */ -#endif /* __DALI_ADAPTOR_DOC_H__ */ +#endif /* DALI_ADAPTOR_DOC_H */