summaryrefslogtreecommitdiffstats
path: root/libcsoap
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-09 09:57:38 +0000
committerGravatar m0gg2006-12-09 09:57:38 +0000
commitbee39b195b33d548dcfab8db599e2cfdb1aca599 (patch)
tree1ffbfa99bd3cf5a79c39416935bb0f8c4221cf2d /libcsoap
parent362fbc38426e0ad5c919c4ce7e546e00b6745b5b (diff)
downloadcsoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.gz
csoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.bz2
Documentation enhancements
Diffstat (limited to 'libcsoap')
-rw-r--r--libcsoap/soap-server.h12
1 files changed, 9 insertions, 3 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