Add doc file for API references 45/56945/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.122155 accepted/tizen/3.0.m2/tv/20170104.122414 accepted/tizen/3.0.m2/wearable/20170104.122803 accepted/tizen/3.0/common/20161114.105255 accepted/tizen/3.0/ivi/20161011.055330 accepted/tizen/3.0/mobile/20161015.033630 accepted/tizen/3.0/tv/20161016.005420 accepted/tizen/3.0/wearable/20161015.083543 accepted/tizen/common/20170111.155007 accepted/tizen/common/20170112.073423 accepted/tizen/ivi/20160218.022956 accepted/tizen/mobile/20160114.063453 accepted/tizen/tv/20160114.063508 accepted/tizen/unified/20170309.031538 accepted/tizen/wearable/20160114.063540 submit/tizen/20160114.013057 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000004 submit/tizen_3.0_wearable/20161015.000004 submit/tizen_common/20160218.142243 submit/tizen_common/20170111.150147 submit/tizen_common/20170112.072933 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_unified/20170308.100404
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 13 Jan 2016 23:12:32 +0000 (08:12 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 13 Jan 2016 23:12:32 +0000 (08:12 +0900)
Change-Id: I9d17a022c05bc6e486c671ddd3b03bc9e7fb58b1
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
doc/content_mime_type_doc.h [new file with mode: 0755]

diff --git a/doc/content_mime_type_doc.h b/doc/content_mime_type_doc.h
new file mode 100755 (executable)
index 0000000..f4c02fc
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2011 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_CONTENT_MIME_TYPE_DOC_H__
+#define __TIZEN_CONTENT_MIME_TYPE_DOC_H__
+
+/**
+ * @ingroup CAPI_CONTENT_FRAMEWORK
+ * @defgroup CAPI_CONTENT_MIME_TYPE_MODULE MIME Type
+ * @brief The @ref CAPI_CONTENT_MIME_TYPE_MODULE API provides functions to map MIME types to file extensions and vice versa.
+ *
+ * @section CAPI_CONTENT_MIME_TYPE_MODULE_HEADER Required Header
+ *   \#include <mime_type.h>
+ *
+ * @section CAPI_CONTENT_MIME_TYPE_MODULE_OVERVIEW Overview
+ * The MIME Type API provides functions to map MIME types to file extensions and vice versa.
+ * Conversions are provided from file extensions to MIME types and from MIME types to file extensions. \n
+ * Note that some MIME types have multiple file extensions or no extension,
+ * and the MIME type is 'application/octet-stream' if the given file extension is not associated with specific file formats
+ */
+
+#endif /* __TIZEN_CONTENT_MIME_TYPE_DOC_H__ */
+