\r
/** Indicates if a given request equals the given HTTP command.\r
*\r
- * \param RequestHeader HTTP request made by the host\r
- * \param Command HTTP command to compare the request to\r
+ * \param[in] RequestHeader HTTP request made by the host\r
+ * \param[in] Command HTTP command to compare the request to\r
*\r
* \return Boolean true if the command matches the request, false otherwise\r
*/\r
/** Application callback routine, executed each time the TCP processing task runs. This callback determines what request\r
* has been made (if any), and serves up appropriate responses.\r
*\r
- * \param ConnectionState Pointer to a TCP Connection State structure giving connection information\r
- * \param Buffer Pointer to the application's send/receive packet buffer\r
+ * \param[in] ConnectionState Pointer to a TCP Connection State structure giving connection information\r
+ * \param[in,out] Buffer Pointer to the application's send/receive packet buffer\r
*/\r
void Webserver_ApplicationCallback(TCP_ConnectionState_t* ConnectionState, TCP_ConnectionBuffer_t* Buffer)\r
{\r