summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-response.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-10 12:23:40 +0000
committerGravatar m0gg2006-12-10 12:23:40 +0000
commitb1c49cd2e29db9e2f71e31018f58eec480fec709 (patch)
treee4c05209447818ad50337898a9fb6160a1f7a886 /nanohttp/nanohttp-response.h
parentbee39b195b33d548dcfab8db599e2cfdb1aca599 (diff)
downloadcsoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.gz
csoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.bz2
Documentation enhancements
Diffstat (limited to 'nanohttp/nanohttp-response.h')
-rwxr-xr-xnanohttp/nanohttp-response.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/nanohttp/nanohttp-response.h b/nanohttp/nanohttp-response.h
index 459a814..b198128 100755
--- a/nanohttp/nanohttp-response.h
+++ b/nanohttp/nanohttp-response.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-response.h,v 1.12 2006/12/09 09:27:11 m0gg Exp $
+ * $Id: nanohttp-response.h,v 1.13 2006/12/10 12:23:46 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -24,18 +24,17 @@
#ifndef __nanohttp_response_h
#define __nanohttp_response_h
-/** @file
- *
- * \section Response Header Fields
+/** @defgroup response_header_fields Response Header Fields
*
* The response-header fields allow the server to pass additional information
* about the response which cannot be placed in the Status-Line. These header
* fields give information about the server and about further access to the
- * resource identified by the Request-URI. (see RFC2616)
+ * resource identified by the Request-URI. (see RFC 2616)
*
* @see http://www.ietf.org/rfc/rfc2616.txt
*
*/
+/*{*/
/**
*
@@ -151,6 +150,8 @@
*/
#define HEADER_WWW_AUTHENTICATE "WWW-Authenticate"
+/*}*/
+
/**
*
* HTTP response object