diff options
author | m0gg | 2006-12-09 09:57:38 +0000 |
---|---|---|
committer | m0gg | 2006-12-09 09:57:38 +0000 |
commit | bee39b195b33d548dcfab8db599e2cfdb1aca599 (patch) | |
tree | 1ffbfa99bd3cf5a79c39416935bb0f8c4221cf2d | |
parent | 362fbc38426e0ad5c919c4ce7e546e00b6745b5b (diff) | |
download | csoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.gz csoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.bz2 |
Documentation enhancements
-rw-r--r-- | libcsoap/soap-server.h | 12 | ||||
-rw-r--r-- | nanohttp/nanohttp-server.h | 21 |
2 files changed, 29 insertions, 4 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index 2711aae..f61d749 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.17 2006/12/09 09:27:11 m0gg Exp $ + * $Id: soap-server.h,v 1.18 2006/12/09 09:57:38 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -37,7 +37,7 @@ * @section seq_features Features * * - different transport services - * - client/server HTTP transport service (including SSL) + * - @ref nanoHTTP (HTTP including SSL) * - client/server UDP transport service (multicast) * - attachments via MIME * - message based security (encryption/signation) @@ -48,7 +48,7 @@ * @author Matt Campbell * @author Heiko Ronsdorf * - * @version $Revision: 1.17 $ + * @version 1.2 * * @see http://csoap.sourceforge.net/ * @see http://www.libxml.org/ @@ -56,6 +56,12 @@ * @see http://www.aleksey.com/xmlsec/ */ +/** @file + * + * @version $Revision: 1.18 $ + * + */ + #ifdef __cplusplus extern "C" { #endif diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h index 8f56d4e..c02e0cf 100644 --- a/nanohttp/nanohttp-server.h +++ b/nanohttp/nanohttp-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-server.h,v 1.27 2006/12/02 21:50:48 m0gg Exp $ + * $Id: nanohttp-server.h,v 1.28 2006/12/09 09:57:38 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -36,6 +36,25 @@ /** * + * @page nanoHTTP nanoHTTP + * + * \section nanohttp_sec nanoHTTP + * + * nanoHTTP is an embedded HTTP implementation. It comes with the following + * features: + * - client/server HTTP engnine + * - attachments via MIME + * - HTTPS (SSL/TLS) via OpenSSL + * + * @version 1.2 + * + * @see http://www.ietf.org/rfc/rfc2616.txt + * @see http://www.openssl.org + * + */ + +/** + * * nanohttp command line flags * */ |