diff options
author | m0gg | 2007-01-25 10:24:10 +0000 |
---|---|---|
committer | m0gg | 2007-01-25 10:24:10 +0000 |
commit | c1a7b2dabdc691139b744f0d4750f3b797b69073 (patch) | |
tree | d9d28d3cceccdecc30dada034c533a1bcc362efa /libcsoap | |
parent | 5a363d9471aaa7ae45f63f7c57c212fcbdb9e3c1 (diff) | |
download | csoap-c1a7b2dabdc691139b744f0d4750f3b797b69073.tar.gz csoap-c1a7b2dabdc691139b744f0d4750f3b797b69073.tar.bz2 |
Documentation cleanup
Diffstat (limited to 'libcsoap')
-rw-r--r-- | libcsoap/soap-server.h | 11 | ||||
-rw-r--r-- | libcsoap/soap-xmlsec.h | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index 7e4a6ec..a97da1c 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.26 2007/01/03 13:46:32 m0gg Exp $ + * $Id: soap-server.h,v 1.27 2007/01/25 10:28:30 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -43,8 +43,8 @@ * - attachments via MIME * - message based security (XML encryption/signation) * - automatic generation of a WS-Inspection document - * - Platform independent: Windows, Unix, Linux, MacOS, OpenVMS - * - Written in pure C. + * - Platform independent: Windows, Unix, Linux, MacOS, OpenVMS, AIX + * - Written in pure ANSI C (compiles with gcc -ansi). * * @section howto_sec HOWTOs and coding examples * @@ -54,6 +54,7 @@ * - @ref csoap_client_page * - @ref csoap_server_page * - @ref csoap_mime_page + * - @ref csoap_xmlsec_page * * @section help_sec How to help * @@ -92,8 +93,8 @@ * @subsection download_cvs_sec Checkout from CVS * * Do you want the latest source codes? You want to contribute a patch? Have you - * found a bug? Or whatever. You should check out csoap from CVS to play the game - * with us csoap developers. + * found a bug? Or whatever. You should check out cSOAP from CVS to play the game + * with us cSOAP developers. * * Web CVS access: http://csoap.cvs.sourceforge.net/csoap/libsoap/ * diff --git a/libcsoap/soap-xmlsec.h b/libcsoap/soap-xmlsec.h index f5ef77a..2952368 100644 --- a/libcsoap/soap-xmlsec.h +++ b/libcsoap/soap-xmlsec.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-xmlsec.h,v 1.8 2007/01/05 09:03:34 m0gg Exp $ + * $Id: soap-xmlsec.h,v 1.9 2007/01/25 10:28:30 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2006 Heiko Ronsdorf @@ -24,7 +24,7 @@ #ifndef __csoap_xmlsec_h #define __csoap_xmlsec_h -/** @page csoap_xmlsec_page How to use xmlsec with csoap +/** @page csoap_xmlsec_page Howto use xmlsec with csoap * * @section csoap_xmlsec_toc Table of contents * @@ -59,7 +59,7 @@ * This module is implemented using the xmlsec1 library. * * @author H. Ronsdorf - * @version $Revision: 1.8 $ + * @version $Revision: 1.9 $ * * @see http://www.w3.org/TR/SOAP-dsig/ * @see http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss |