Signed-off-by: Mike Holmes <[email protected]>
---
 helper/include/odp/helper/strong_types.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/helper/include/odp/helper/strong_types.h 
b/helper/include/odp/helper/strong_types.h
index 777e24d..13e35a4 100644
--- a/helper/include/odp/helper/strong_types.h
+++ b/helper/include/odp/helper/strong_types.h
@@ -14,6 +14,10 @@
 #ifndef ODPH_STRONG_TYPES_H_
 #define ODPH_STRONG_TYPES_H_
 
+/** @addtogroup odph_strong_types ODPH STRONG TYPES
+ *  @{
+ */
+
 /** Use strong typing for ODP types */
 #ifdef __cplusplus
 #define ODPH_HANDLE_T(type) struct _##type { uint8_t unused_dummy_var; } *type
@@ -32,4 +36,8 @@
 /** Internal macro to convert a scalar to a typed handle */
 #define _odph_cast_scalar(type, val) ((type)(uintptr_t)(val))
 
+/**
+ * @}
+ */
+
 #endif
-- 
2.7.4

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to