Signed-off-by: Mike Holmes <mike.hol...@linaro.org>
---
 helper/include/odp/helper/linux.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/helper/include/odp/helper/linux.h 
b/helper/include/odp/helper/linux.h
index 146e26c..b4f011b 100644
--- a/helper/include/odp/helper/linux.h
+++ b/helper/include/odp/helper/linux.h
@@ -27,6 +27,11 @@ extern "C" {
 #include <pthread.h>
 #include <sys/types.h>
 
+
+/** @addtogroup odph_linux ODPH LINUX
+ *  @{
+ */
+
 /** The thread starting arguments */
 typedef struct {
        void *(*start_routine) (void *); /**< The function to run */
@@ -129,6 +134,9 @@ int odph_linux_process_fork_n(odph_linux_process_t 
*proc_tbl,
  */
 int odph_linux_process_wait_n(odph_linux_process_t *proc_tbl, int num);
 
+/**
+ * @}
+ */
 
 #ifdef __cplusplus
 }
-- 
2.1.0

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to