tizen 2.3.1 release
[framework/api/base-utils.git] / doc / utils_doc.h
1 #ifndef __UTILS_DOC_H__
2 #define __UTILS_DOC_H__
3
4 /*
5  * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
6  *
7  *    Licensed under the Apache License, Version 2.0 (the "License");
8  *    you may not use this file except in compliance with the License.
9  *    You may obtain a copy of the License at
10  *
11  *        http://www.apache.org/licenses/LICENSE-2.0
12  *
13  *    Unless required by applicable law or agreed to in writing, software
14  *    distributed under the License is distributed on an "AS IS" BASIS,
15  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  *    See the License for the specific language governing permissions and
17  *    limitations under the License.
18  */
19
20
21 /**
22  * @file utils_doc.h
23  * @brief This file contains high level documentation of the utils service.
24  */
25
26 /**
27  * @ingroup CAPI_BASE_FRAMEWORK
28  * @defgroup CAPI_BASE_UTILS_MODULE Utils
29  * @brief utils Service
30  * @section CAPI_BASE_UTILS_MODULE_OVERVIEW Overview
31  * <table>
32  * <tr>
33  *    <th>Module</th>
34  *    <th>Description</th>
35  * </tr>
36  * <tr>
37  *    <td>@ref CAPI_BASE_UTILS_I18N_MODULE</td>
38  *    <td>i18n module contains uchar, ucollator, unormalization, usearch, ustring, ucalendar, udate, udatepg, ulocale and unumber.
39  *     This module provides flexible generation of number or date format patterns and helps you to format and parse dates/number for any locale.</td>
40  * </tr>
41  * </table>
42  */
43
44 #endif /* __UTILS_DOC_H__*/