Minor documentation improvements.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.c
index d990ba0..3b0b612 100644 (file)
@@ -67,9 +67,9 @@ void Bluetooth_Stack_USBTask(void)
 \r
 /** Retrieves the channel information structure with the given local or remote channel number from the channel list.\r
  *\r
- *  \param ChannelNumber          Channel number to search for in the channel list\r
- *  \param SearchByRemoteChannel  Indicated whether to search for a channel information structure by the given remote channel\r
- *                                or local channel number\r
+ *  \param[in] ChannelNumber          Channel number to search for in the channel list\r
+ *  \param[in] SearchByRemoteChannel  Indicated whether to search for a channel information structure by the given remote channel\r
+ *                                    or local channel number\r
  *\r
  *  \return Pointer to the matching channel information structure in the channel table if found, NULL otherwise\r
  */\r