Fix doxygen warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 13 Oct 2011 12:48:27 +0000 (12:48 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 13 Oct 2011 12:48:27 +0000 (12:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5158 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/net/http.c

index 9098da51dbeb87f4bc5af2c80e112e4dea25972d..fbb43c658311edbcb7a17f493d7d3e911d0a6004 100644 (file)
@@ -250,8 +250,8 @@ int http_searchContentType(const char *name)
 
 
 /**
- * Send on \param client socket
- * the 200 Ok http header
+ * Send on \param client socket the 200 Ok http header with
+ * select \param content_type
  */
 void http_sendOk(struct netconn *client, int content_type)
 {
@@ -264,8 +264,8 @@ void http_sendOk(struct netconn *client, int content_type)
 
 
 /**
- * Send on \param client socket
- * the 404 File not found http header
+ * Send on \param client socket the 404 File not found http header with
+ * select \param content_type
  */
 void http_sendFileNotFound(struct netconn *client, int content_type)
 {
@@ -277,8 +277,8 @@ void http_sendFileNotFound(struct netconn *client, int content_type)
 }
 
 /**
- * Send on \param client socket
- * the 500 internal server error http header
+ * Send on \param client socket the 500 internal server error http header with
+ * select \param content_type
  */
 void http_sendInternalErr(struct netconn *client, int content_type)
 {