From: Andre Noll Date: Mon, 3 Dec 2007 19:40:22 +0000 (+0100) Subject: http_send.c: Fix another doxygen warning. X-Git-Tag: v0.3.0~70 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=bbea823f656bff170f190a094b8e3da0cdca2c46 http_send.c: Fix another doxygen warning. Found \endcond command without matching \cond --- diff --git a/http_send.c b/http_send.c index 8cce85a1..33d5ed93 100644 --- a/http_send.c +++ b/http_send.c @@ -25,8 +25,9 @@ #include "fd.h" #include "chunk_queue.h" +/** Message sent to clients that do not send a valid get request. */ #define HTTP_ERR_MSG "HTTP/1.0 400 Bad Request\n" -/** \endcond */ + /** The possible states of a client from the server's POV. */ enum http_status {