[PATCH v3 11/11] eventdev: drop comment for anon union from doxygen
Bruce Richardson
bruce.richardson at intel.com
Fri Feb 2 13:39:53 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 58219e027e..e31c927905 100644
--- a/lib/eventdev/rte_eventdev.h
+++ b/lib/eventdev/rte_eventdev.h
@@ -1518,7 +1518,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 */
@@ -1631,7 +1631,7 @@ struct rte_event {
*/
};
};
- /** WORD1 */
+ /* WORD1 */
union {
uint64_t u64;
/**< Opaque 64-bit value */
--
2.40.1
More information about the dev
mailing list