From: Hyotaek Shim Date: Tue, 26 Jul 2022 07:11:38 +0000 (+0900) Subject: doc: add doc/resource_doc.h to define System > Resource category X-Git-Tag: submit/tizen/20220805.071952~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F278790%2F3;p=platform%2Fcore%2Fapi%2Fresource.git doc: add doc/resource_doc.h to define System > Resource category Change-Id: I9ebcb764e98e223a149210d4152ac1d2a3d8701d Signed-off-by: Hyotaek Shim --- diff --git a/doc/resource-doc.h b/doc/resource-doc.h new file mode 100644 index 0000000..48dccac --- /dev/null +++ b/doc/resource-doc.h @@ -0,0 +1,34 @@ +/* MIT License + * + * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is furnished + * to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. */ + +#ifndef __TIZEN_SYSTEM_RESOURCE_DOC_H__ +#define __TIZEN_SYSTEM_RESOURCE_DOC_H__ + +/** + * @ingroup CAPI_SYSTEM_FRAMEWORK + * @defgroup CAPI_SYSTEM_RESOURCE_MODULE Resource + * + * @brief The Resource API provides functions to control and monitor system resources. + * + */ + +#endif /* __TIZEN_SYSTEM_RESOURCE_DOC_H__ */