The Doxygen comments are made after the struct field, but were missing the Doxygen syntax /**<.
Fixes: 518a974bfecc ("cryptodev: reorganize asymmetric structs") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon <tho...@monjalon.net> --- lib/cryptodev/rte_crypto_asym.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.h index fc3f331393..8b5794fb7c 100644 --- a/lib/cryptodev/rte_crypto_asym.h +++ b/lib/cryptodev/rte_crypto_asym.h @@ -395,9 +395,9 @@ struct rte_crypto_sm2_xform { */ struct rte_crypto_mod_op_param { rte_crypto_uint base; - /** Base of modular exponentiation/multiplicative inverse */ + /**< Base of modular exponentiation/multiplicative inverse. */ rte_crypto_uint result; - /** Result of modular exponentiation/multiplicative inverse */ + /**< Result of modular exponentiation/multiplicative inverse. */ }; /** -- 2.40.1