address comments from Davide
Change-Id: I4450a345df616266270e0884c4a7c49994ebf54f
diff --git a/src/detail/crypto-helpers.hpp b/src/detail/crypto-helpers.hpp
index 5611dcc..78c8946 100644
--- a/src/detail/crypto-helpers.hpp
+++ b/src/detail/crypto-helpers.hpp
@@ -130,8 +130,8 @@
* @param associatedData The associated data used for authentication.
* @param associatedDataSize The size of associated data.
* @param counter An opaque counter that must be passed to subsequent invocations of this function
- * with the same @param key.
- * @return Block The TLV block with @param tlv_type TLV TYPE.
+ * with the same @p key.
+ * @return Block The TLV block with @p tlv_type TLV TYPE.
*/
Block
encodeBlockWithAesGcm128(uint32_t tlvType, const uint8_t* key, const uint8_t* payload, size_t payloadSize,