diff mbox series

[API-NEXT,v1,1/3] api: queue: remove param-in doxygen tag

Message ID 1512392407-5651-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/3] api: queue: remove param-in doxygen tag | expand

Commit Message

Github ODP bot Dec. 4, 2017, 1 p.m. UTC
From: Petri Savolainen <petri.savolainen@linaro.org>


All parameters are input only (tag [in]) by default. Output
parameters are better highlighted, when only those are tagged.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

---
/** Email created from pull request 322 (psavol:next-delete-param-in)
 ** https://github.com/Linaro/odp/pull/322
 ** Patch: https://github.com/Linaro/odp/pull/322.patch
 ** Base sha: bdb7cbf620ada8682c89b5ae5a97cb84f16c0ed0
 ** Merge commit sha: 1b785f059a15f6ead9fa5d3e8abc30745e0cf954
 **/
 include/odp/api/spec/queue.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/odp/api/spec/queue.h b/include/odp/api/spec/queue.h
index 73598be06..014d3362e 100644
--- a/include/odp/api/spec/queue.h
+++ b/include/odp/api/spec/queue.h
@@ -309,7 +309,7 @@  int odp_queue_enq(odp_queue_t queue, odp_event_t ev);
  * has to take care of them.
  *
  * @param queue   Queue handle
- * @param[in] events Array of event handles
+ * @param events  Array of event handles
  * @param num     Number of event handles to enqueue
  *
  * @return Number of events actually enqueued (0 ... num)