diff mbox

[6/8] helper: add linux documentation section

Message ID 1462826592-24895-6-git-send-email-mike.holmes@linaro.org
State Accepted
Commit f2a4e38e3a1046fc05a9e5a134ef49e5f9d2dacb
Headers show

Commit Message

Mike Holmes May 9, 2016, 8:43 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 helper/include/odp/helper/linux.h | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

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
 }