From a01775ccd4a48788cd8b314e51f7623ff8d13e5d Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Tue, 23 Apr 2019 11:25:56 +0900 Subject: [PATCH] Add doxygen header Change-Id: Id588d6e40e2303377ab5cbd318555a347ee0f7d9 Signed-off-by: Daehyeon Jung --- doc/capability_manager_doc.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/capability_manager_doc.h diff --git a/doc/capability_manager_doc.h b/doc/capability_manager_doc.h new file mode 100644 index 0000000..dd1b0f0 --- /dev/null +++ b/doc/capability_manager_doc.h @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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. + * + */ + +#ifndef __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ +#define __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ + +/** + * @ingroup CAPI_APPLICATION_FRAMEWORK_MODULE + * @defgroup CAPI_CAPABILITY_MANAGER_MODULE Capability Manager + * @brief The @ref CAPI_CAPABILITY_MANAGER_MODULE API provides functions to launch and query applications in other devices in the local network. + * @section CAPI_CAPABILITY_MANAGER_MODULE_HEADER Required Header + * \#include + * + */ + +#endif /* __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ */ -- 2.34.1