From 05bb26937d55b1b2ddc58e089cb8880708b3e526 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 13 Oct 2011 12:48:27 +0000 Subject: [PATCH] Fix doxygen warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5158 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/net/http.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bertos/net/http.c b/bertos/net/http.c index 9098da51..fbb43c65 100644 --- a/bertos/net/http.c +++ b/bertos/net/http.c @@ -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) { -- 2.25.1