Minor documentation improvements.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothHCICommands.c
index d154391..2e5e4f7 100644 (file)
@@ -311,9 +311,9 @@ void Bluetooth_HCITask(void)
 \r
 /** Sends a Bluetooth HCI control command to the attached Bluetooth device.\r
  *\r
- *  \param HCICommandHeader  HCI command header to send to the attached device\r
- *  \param Parameters        Pointer to the source of the control parameters (if any)\r
- *  \param ParameterLength   Length of the parameters to send in bytes\r
+ *  \param[in] HCICommandHeader  HCI command header to send to the attached device\r
+ *  \param[in] Parameters        Pointer to the source of the control parameters (if any)\r
+ *  \param[in] ParameterLength   Length of the parameters to send in bytes\r
  *\r
  *  \return A value from the USB_Host_SendControlErrorCodes_t enum.\r
  */\r