aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/api/odp_debug.h
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-10-21 23:12:11 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-10-23 13:54:15 +0400
commit993378bf8da98ca91b18cf2b5f836d2681083bad (patch)
tree5ff78ca3cb02c1f253c168fab571f658839bb872 /platform/linux-generic/include/api/odp_debug.h
parent7a6c3779f1495166ae10697f7ae7bc26a266583f (diff)
doxygen: add grouping
add submodules to gather the API docs. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: MIke Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/api/odp_debug.h')
-rw-r--r--platform/linux-generic/include/api/odp_debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/linux-generic/include/api/odp_debug.h b/platform/linux-generic/include/api/odp_debug.h
index e850bf3ca..0a2043039 100644
--- a/platform/linux-generic/include/api/odp_debug.h
+++ b/platform/linux-generic/include/api/odp_debug.h
@@ -19,6 +19,11 @@
extern "C" {
#endif
+/** @addtogroup odp_ver_abt_log_dbg
+ * Macros that allows different messages.
+ * @{
+ */
+
#ifdef __GNUC__
/**
@@ -125,6 +130,10 @@ do { \
#define ODP_ABORT(fmt, ...) \
ODP_LOG(ODP_LOG_ABORT, fmt, ##__VA_ARGS__)
+/**
+ * @}
+ */
+
#ifdef __cplusplus
}
#endif