@@ -24,7 +24,6 @@ extern "C" {
* @{
*/
-
/**
* @typedef odp_buffer_t
* ODP buffer
@@ -36,16 +35,6 @@ extern "C" {
*/
/**
- * @typedef odp_buffer_seg_t
- * ODP buffer segment
- */
-
-/**
- * @def ODP_SEGMENT_INVALID
- * Invalid segment
- */
-
-/**
* Get buffer handle from event
*
* Converts an ODP_EVENT_BUFFER type event to a buffer.
@@ -18,7 +18,7 @@
extern "C" {
#endif
-/** @addtogroup odp_compiler_optim
+/** @defgroup odp_config ODP CONFIG
* Macro for maximum number of resources in ODP.
* @{
*/
@@ -20,7 +20,7 @@ extern "C" {
#include <odp/config.h>
-/** @addtogroup odp_scheduler
+/** @defgroup odp_cpumask ODP CPUMASK
* CPU mask operations.
* @{
*/
@@ -17,18 +17,13 @@
extern "C" {
#endif
-/** @addtogroup odp_ver_abt_log_dbg
- * Macros that allows different messages.
- * @{
- */
-
#if defined(__GNUC__) && !defined(__clang__)
#if __GNUC__ < 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ < 6))
/**
- * _Static_assert was only added in GCC 4.6. Provide a weak replacement
+ * @internal _Static_assert was only added in GCC 4.6. Provide a weak replacement
* for previous versions.
*/
#define _Static_assert(e, s) (extern int (*static_assert_checker(void)) \
@@ -42,14 +37,11 @@ extern "C" {
/**
- * Compile time assertion-macro - fail compilation if cond is false.
- * @note This macro has zero runtime overhead
+ * @internal Compile time assertion-macro - fail compilation if cond is false.
+ * This macro has zero runtime overhead
*/
#define _ODP_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
-/**
- * @}
- */
#ifdef __cplusplus
}
@@ -17,7 +17,7 @@
extern "C" {
#endif
-/** @addtogroup odp_ver_abt_log_dbg
+/** @defgroup odp_errno ODP ERRNO
* @{
*/
@@ -22,7 +22,7 @@ extern "C" {
#include <odp/std_types.h>
-/** @addtogroup odp_buffer
+/** @defgroup odp_pool ODP POOL
* Operations on a pool.
* @{
*/
@@ -19,7 +19,7 @@ extern "C" {
#endif
-/** @addtogroup odp_ver_abt_log_dbg
+/** @defgroup odp_system ODP SYSTEM
* @{
*/
@@ -19,7 +19,7 @@ extern "C" {
#endif
-/** @defgroup odp_system ODP SYSTEM
+/** @defgroup odp_time ODP TIME
* @{
*/
@@ -18,7 +18,7 @@
extern "C" {
#endif
-/** @defgroup odp_ver_abt_log_dbg ODP LOGGING / ABORT / VERSION / DEBUG / ERRNO
+/** @defgroup odp_version ODP VERSION
* @{
*/
@@ -17,14 +17,6 @@
extern "C" {
#endif
-/** @ingroup odp_compiler_optim
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/config.h>
#ifdef __cplusplus
@@ -23,14 +23,6 @@ extern "C" {
#include <odp/std_types.h>
#include <odp/plat/cpumask_types.h>
-/** @ingroup odp_scheduler
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/cpumask.h>
#ifdef __cplusplus
@@ -17,13 +17,7 @@
extern "C" {
#endif
-/** @addtogroup odp_ver_abt_log_dbg
- * @{
- */
-/**
- * @}
- */
#include <odp/api/errno.h>
#ifdef __cplusplus
@@ -20,11 +20,6 @@ extern "C" {
#include <odp/std_types.h>
#include <odp/plat/strong_types.h>
-/** @addtogroup odp_buffer ODP BUFFER
- * Operations on a buffer.
- * @{
- */
-
/** ODP buffer */
typedef ODP_HANDLE_T(odp_buffer_t);
@@ -43,10 +38,6 @@ static inline uint64_t odp_buffer_to_u64(odp_buffer_t hdl)
return _odp_pri(hdl);
}
-/**
- * @}
- */
-
#ifdef __cplusplus
}
#endif
@@ -18,7 +18,7 @@
extern "C" {
#endif
-/** @addtogroup odp_compiler_optim
+/** @addtogroup odp_cpumask
* @{
*/
@@ -19,13 +19,6 @@ extern "C" {
#include <odp/std_types.h>
-/** @ingroup odp_ver_abt_log_dbg
- * @{
- */
-
-/**
- * @}
- */
#include <odp/api/system_info.h>
@@ -19,13 +19,7 @@ extern "C" {
#include <odp/std_types.h>
-/** @ingroup odp_system
- * @{
- */
-/**
- * @}
- */
#include <odp/api/time.h>