We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d54a9 commit 8dd5db7Copy full SHA for 8dd5db7
src/app/CommandHandler.h
@@ -340,8 +340,8 @@ class CommandHandler
340
* @param [in] aRequestCommandPath the concrete path of the command we are
341
* responding to.
342
* @param [in] aResponseCommandId the command whose content is being encoded.
343
- * @param [in] encoder - an encoder that places the command data structure for `aResponseCommandId`
344
- * into a TLV Writer.
+ * @param [in] aEncodable - an encodable that places the command data structure
+ * for `aResponseCommandId` into a TLV Writer.
345
*
346
* Most applications are likely to use `AddResponseData` as a more convenient
347
* one-call that auto-sets command ID and creates the underlying encoders.
0 commit comments