From bbea823f656bff170f190a094b8e3da0cdca2c46 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 3 Dec 2007 20:40:22 +0100 Subject: [PATCH] http_send.c: Fix another doxygen warning. Found \endcond command without matching \cond --- http_send.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.2