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

diff --git a/helper/include/odp/helper/linux.h 
b/helper/include/odp/helper/linux.h
index 7a6504f..e2dca35 100644
--- a/helper/include/odp/helper/linux.h
+++ b/helper/include/odp/helper/linux.h
@@ -27,6 +27,10 @@ extern "C" {
 #include <pthread.h>
 #include <sys/types.h>
 
+/** @addtogroup odph_linux ODPH LINUX
+ *  @{
+ */
+
 /** Thread parameter for Linux pthreads and processes */
 typedef struct {
        void *(*start)(void *);    /**< Thread entry point function */
@@ -129,6 +133,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.7.4

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

Reply via email to