]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
http_send.c: Fix another doxygen warning.
authorAndre Noll <maan@systemlinux.org>
Mon, 3 Dec 2007 19:40:22 +0000 (20:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 3 Dec 2007 19:40:22 +0000 (20:40 +0100)
Found \endcond command without matching \cond

http_send.c

index 8cce85a15c079599f16ea5e800082cbe0db2b215..33d5ed934dc3cfc05117a991be02dc9f1d2cfc6c 100644 (file)
@@ -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 {