Add doxygen header 14/204314/2
authorDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 23 Apr 2019 02:25:56 +0000 (11:25 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 23 Apr 2019 05:07:54 +0000 (14:07 +0900)
Change-Id: Id588d6e40e2303377ab5cbd318555a347ee0f7d9
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
doc/capability_manager_doc.h [new file with mode: 0644]

diff --git a/doc/capability_manager_doc.h b/doc/capability_manager_doc.h
new file mode 100644 (file)
index 0000000..dd1b0f0
--- /dev/null
@@ -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 <capability_manager.h>
+ *
+ */
+
+#endif /* __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ */