diff options
author | m0gg | 2006-12-09 09:27:11 +0000 |
---|---|---|
committer | m0gg | 2006-12-09 09:27:11 +0000 |
commit | c6e5a6765f5377d22f87d224fc4cc957a20c2f6b (patch) | |
tree | 3af8e8cd63c68c5a13377a85a49140bdd666e704 /nanohttp | |
parent | 4c24b62d85f7eeef94a7c854eabf11969de86ab7 (diff) | |
download | csoap-c6e5a6765f5377d22f87d224fc4cc957a20c2f6b.tar.gz csoap-c6e5a6765f5377d22f87d224fc4cc957a20c2f6b.tar.bz2 |
Documentation enhancements
Diffstat (limited to 'nanohttp')
-rwxr-xr-x | nanohttp/nanohttp-mime.h | 6 | ||||
-rwxr-xr-x | nanohttp/nanohttp-response.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/nanohttp/nanohttp-mime.h b/nanohttp/nanohttp-mime.h index b20a59b..6ea0ef8 100755 --- a/nanohttp/nanohttp-mime.h +++ b/nanohttp/nanohttp-mime.h @@ -3,7 +3,7 @@ * | \/ | | | | \/ | | _/ * |_''_| |_| |_''_| |_'/ PARSER * -* $Id: nanohttp-mime.h,v 1.13 2006/12/03 17:30:57 m0gg Exp $ +* $Id: nanohttp-mime.h,v 1.14 2006/12/09 09:27:11 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -31,12 +31,12 @@ /** @file * * @author Ferhat Ayaz - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * * @see http://www.ietf.org/rfc/rfc2045.txt * @see http://www.ietf.org/rfc/rfc2046.txt * @see http://www.ietf.org/rfc/rfc4288.txt - * @see http://www.ietf.org/rfc/rfc4289.txt, + * @see http://www.ietf.org/rfc/rfc4289.txt * */ diff --git a/nanohttp/nanohttp-response.h b/nanohttp/nanohttp-response.h index 88f9c4f..459a814 100755 --- a/nanohttp/nanohttp-response.h +++ b/nanohttp/nanohttp-response.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-response.h,v 1.11 2006/11/26 20:13:06 m0gg Exp $ + * $Id: nanohttp-response.h,v 1.12 2006/12/09 09:27:11 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -26,7 +26,7 @@ /** @file * - * Response Header Fields + * \section 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 |