- * \param LUNIndex Index of the LUN inside the device the command is being addressed to\r
- * \param BlockAddress Start block address to write to\r
- * \param Blocks Number of blocks to write to in the device\r
- * \param BlockSize Size in bytes of each block to write\r
- * \param BufferPtr Pointer to the buffer where the write data is to be sourced from\r
+ * \param[in] LUNIndex Index of the LUN inside the device the command is being addressed to\r
+ * \param[in] BlockAddress Start block address to write to\r
+ * \param[in] Blocks Number of blocks to write to in the device\r
+ * \param[in] BlockSize Size in bytes of each block to write\r
+ * \param[in] BufferPtr Pointer to the buffer where the write data is to be sourced from\r