[PATCH v4 11/12] eventdev: drop comment for anon union from doxygen
Bruce Richardson
bruce.richardson at intel.com
Wed Feb 21 11:32:20 CET 2024
Make the comments on the unnamed unions in the rte_event structure
regular comments rather than doxygen ones. The comments do not add
anything meaningful to the doxygen output.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
lib/eventdev/rte_eventdev.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/eventdev/rte_eventdev.h b/lib/eventdev/rte_eventdev.h
index 7e7e275620..03748eb437 100644
--- a/lib/eventdev/rte_eventdev.h
+++ b/lib/eventdev/rte_eventdev.h
@@ -1571,7 +1571,7 @@ struct rte_event_vector {
* for dequeue and enqueue operation
*/
struct rte_event {
- /** WORD0 */
+ /* WORD0 */
union {
uint64_t event;
/** Event attributes for dequeue or enqueue operation */
@@ -1683,7 +1683,7 @@ struct rte_event {
*/
};
};
- /** WORD1 */
+ /* WORD1 */
union {
uint64_t u64;
/**< Opaque 64-bit value */
--
2.40.1
More information about the dev
mailing list