aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-10-31 11:34:32 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-11-08 01:47:26 +0300
commit4344e8ef7ff99932937c2e6e8c5c8566d5e08561 (patch)
tree5d9972aac1f4125815ffbf0d9fc03c961dbbfb2f /example
parent4e8dbf680d2c76d732315a37e35c4249d0883c33 (diff)
odp_example.c: Fix doxygen warnings
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example')
-rw-r--r--example/odp_example/odp_example.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/odp_example/odp_example.c b/example/odp_example/odp_example.c
index 1ed4a0bf5..d0ec9779a 100644
--- a/example/odp_example/odp_example.c
+++ b/example/odp_example/odp_example.c
@@ -317,6 +317,7 @@ static int test_poll_queue(int thr, odp_buffer_pool_t msg_pool)
* @param thr Thread
* @param msg_pool Buffer pool
* @param prio Priority
+ * @param barrier Barrier
*
* @return 0 if successful
*/
@@ -374,6 +375,7 @@ static int test_schedule_one_single(const char *str, int thr,
* @param thr Thread
* @param msg_pool Buffer pool
* @param prio Priority
+ * @param barrier Barrier
*
* @return 0 if successful
*/
@@ -434,6 +436,7 @@ static int test_schedule_one_many(const char *str, int thr,
* @param thr Thread
* @param msg_pool Buffer pool
* @param prio Priority
+ * @param barrier Barrier
*
* @return 0 if successful
*/
@@ -509,6 +512,7 @@ static int test_schedule_single(const char *str, int thr,
* @param thr Thread
* @param msg_pool Buffer pool
* @param prio Priority
+ * @param barrier Barrier
*
* @return 0 if successful
*/
@@ -583,6 +587,7 @@ static int test_schedule_many(const char *str, int thr,
* @param thr Thread
* @param msg_pool Buffer pool
* @param prio Priority
+ * @param barrier Barrier
*
* @return 0 if successful
*/