projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d080286
)
http_send.c: Fix another doxygen warning.
author
Andre Noll
<maan@systemlinux.org>
Mon, 3 Dec 2007 19:40:22 +0000
(20:40 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 3 Dec 2007 19:40:22 +0000
(20:40 +0100)
Found \endcond command without matching \cond
http_send.c
patch
|
blob
|
history
diff --git
a/http_send.c
b/http_send.c
index
8cce85a
..
33d5ed9
100644
(file)
--- 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 {