From: Daehyeon Jung Date: Tue, 23 Apr 2019 02:25:56 +0000 (+0900) Subject: Add doxygen header X-Git-Tag: submit/tizen/20190423.071655~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a01775ccd4a48788cd8b314e51f7623ff8d13e5d;p=platform%2Fcore%2Fapi%2Fcapability-manager.git Add doxygen header Change-Id: Id588d6e40e2303377ab5cbd318555a347ee0f7d9 Signed-off-by: Daehyeon Jung --- 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__ */