X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdali-core-doc.h;h=298c9fce6a432978486a5bc8cdefbdb26f72846c;hb=7cd83f52b8fd45e3c8089016b1b6b871d5b79d68;hp=788d16f1e1a00b0d2c383b76d36e1d2c6c38cf20;hpb=d24adfe7051e62ca7956ffcfa4bdbdb16d1269e5;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/doc/dali-core-doc.h b/doc/dali-core-doc.h index 788d16f..298c9fc 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) 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. @@ -70,6 +70,10 @@ * @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 @@ -84,7 +88,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 * @@ -116,7 +120,10 @@ * @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 */