Remove tbm_bufmgr,tbm_surface_internal from doxygen document 26/25426/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 4 Aug 2014 11:22:46 +0000 (20:22 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 5 Aug 2014 02:16:28 +0000 (11:16 +0900)
Change-Id: I77f5900d79ded91ee880ec5f831799ae90e4f0c6
Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
doc/ui_tbm_bufmgr_doc.h [deleted file]
doc/ui_tbm_doc.h [deleted file]
doc/ui_tbm_surface_doc.h
src/tbm_bufmgr.h
src/tbm_surface_internal.h

diff --git a/doc/ui_tbm_bufmgr_doc.h b/doc/ui_tbm_bufmgr_doc.h
deleted file mode 100755 (executable)
index e5d9d8e..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-#ifndef __SAMSUNG_UI_TBM_BUFMGR_DOC_H__
-#define __SAMSUNG_UI_TBM_BUFMGR_DOC_H__
-
-/**
- * @internal
- * @defgroup CAPI_UI_TBM_BUFMGR_MODULE TBM Buffer Object
- * @brief The tbm_bo stands for the buffer object in the tizen buffer manager
- * @ingroup CAPI_UI_TBM_MODULE
- *
- * @section CAPI_UI_TBM_BUFMGR_MODULE_HEADER Required Header
- *   \#include <tbm_bufmgr.h>
- *
- * @section CAPI_UI_TBM_BUFMGR_MODULE_OVERVIEW Overview
- * TBM Bufmgr API provides user interface for the TBM Bufmgr, The TBM bo.\n
- * The tbm_bufmgr type stands for the tizen buffer manager.\n
- * TBM provide the general lock mechanism for the graphic buffer.\n
- * The cache flushing in TBM is executed automatically according to the access type and the device type when buffer is mapped.\n
- * The user to use the TBM does not need to take care of the cache flushing of the buffer.\n\n
- * Features :\n
- *  - Allocate the buffer object with the memory types.\n
- *  - Manage the reference count of the buffer object.\n
- *  - Shared the buffer object among processes.\n
- *  - Access the buffer object with the device type and the access type.\n
- *  - Get the information of the buffer object.\n
- *  - Swap the contents of two buffer objects.\n
- *  - Set the user data in the buffer object.
- */
-
-#endif /* __SAMSUNG_UI_TBM_BUFMGR_DOC_H__ */
-
diff --git a/doc/ui_tbm_doc.h b/doc/ui_tbm_doc.h
deleted file mode 100755 (executable)
index a3931d2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#ifndef __SAMSUNG_UI_TBM_DOC_H__
-#define __SAMSUNG_UI_TBM_DOC_H__
-
-/**
- * @defgroup CAPI_UI_TBM_MODULE TBM
- * @brief TBM stands for the Tizen Buffer Manager.
- * @ingroup CAPI_UI_FRAMEWORK
- *
- * @section CAPI_UI_TBM_MODULE_OVERVIEW Overview
- * TBM API provides functions for graphic buffer in tizen\n
- * It provides the abstraction interface for the graphic buffer in Tizen.\n
- * It provides the user interface for the graphic buffer.\n
- */
-
-#endif /* __SAMSUNG_IU_TBM_DOC_H__ */
-
index a9dafce..487ccd2 100755 (executable)
@@ -5,13 +5,10 @@
 /**
  * @defgroup CAPI_UI_TBM_SURFACE_MODULE TBM Surface
  * @brief The tbm_surface stands for the surface in the tizen.
- * @ingroup CAPI_UI_TBM_MODULE
+ * @ingroup CAPI_UI_FRAMEWORK
  *
  * @section CAPI_UI_TBM_SURFACE_MODULE_HEADER Required Header
  *   \#include <tbm_surface.h>
- * @internal
- *   \#include <tbm_surface_internal.h>
- * @endinternal
  * @section CAPI_UI_TBM_SURFACE_MODULE_OVERVIEW Overview
  * TBM Surface API provides user interface for The TBM Surface.\n
  * The user can get pointer of plane in the surface.\n
index 7a3c481..6445d12 100755 (executable)
@@ -32,12 +32,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef _TBM_BUFMGR_H_
 #define _TBM_BUFMGR_H_
 
-/**
- * @internal
- * @addtogroup CAPI_UI_TBM_BUFMGR_MODULE
- * @{
- */
-
 #include <tbm_type.h>
 #include <stdint.h>
 
@@ -860,9 +854,5 @@ int tbm_bo_cache_flush  (tbm_bo bo, int flags);
 }
 #endif
 
-/**
-* @}
-*/
-
 #endif /* _TBM_BUFMGR_H_ */
 
index 5df478a..1fc5514 100755 (executable)
@@ -33,12 +33,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef _TBM_SURFACE_INTERNAL_H_
 #define _TBM_SURFACE_INTERNAL_H_
 
-/**
- * @internal
- * @addtogroup CAPI_UI_TBM_SURFACE_MODULE
- * @{
- */
-
 #include <tbm_bufmgr.h>
 
 #ifdef __cplusplus
@@ -254,9 +248,5 @@ int tbm_surface_internal_get_plane_data (tbm_surface_h surface, int plane_idx, u
 }
 #endif
 
-/**
-* @}
-*/
-
 #endif /* _TBM_SURFACE_INTERNAL_H_ */