\r
/** Function to process the lest received report from the host.\r
*\r
- * \param DataArray Pointer to a buffer where the last report data is stored\r
+ * \param[in] DataArray Pointer to a buffer where the last report data is stored\r
*/\r
void ProcessGenericHIDReport(uint8_t* DataArray)\r
{\r
\r
/** Function to create the next report to send back to the host at the next reporting interval.\r
*\r
- * \param DataArray Pointer to a buffer where the next report data should be stored\r
+ * \param[out] DataArray Pointer to a buffer where the next report data should be stored\r
*/\r
void CreateGenericHIDReport(uint8_t* DataArray)\r
{\r