summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-addressing.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-27 11:15:27 +0000
committerGravatar m0gg2006-11-27 11:15:27 +0000
commit504da9682a1e739b41cfdbb25721f518c83ebf83 (patch)
treee8a33e45550d6a4a6ac65871aedb9f2983dc0eae /libcsoap/soap-addressing.h
parent6579b9cebeffc00031f59d2ed5c2476b4dfb87dc (diff)
downloadcsoap-504da9682a1e739b41cfdbb25721f518c83ebf83.tar.gz
csoap-504da9682a1e739b41cfdbb25721f518c83ebf83.tar.bz2
Documentation enhancements
Diffstat (limited to 'libcsoap/soap-addressing.h')
-rw-r--r--libcsoap/soap-addressing.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libcsoap/soap-addressing.h b/libcsoap/soap-addressing.h
index ed2ca86..e6ac288 100644
--- a/libcsoap/soap-addressing.h
+++ b/libcsoap/soap-addressing.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-addressing.h,v 1.5 2006/11/25 16:35:57 m0gg Exp $
+ * $Id: soap-addressing.h,v 1.6 2006/11/27 11:15:27 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2006 Heiko Ronsdorf
@@ -26,6 +26,8 @@
/** @file
*
+ * WS-Addressing
+ *
* WS-Addressing provides transport-neutral mechanisms to address Web services
* and messages. Specifically, this specification defines XML [XML 1.0, XML
* Namespaces] elements to identify Web service endpoints and to secure
@@ -35,10 +37,10 @@
* in a transport-neutral manner.
*
* @author H. Ronsdorf
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*
- * @see http://www.w3.org/TR/ws-addr-core/,
- * http://www.w3.org/TR/REC-xml-names/
+ * @see http://www.w3.org/TR/ws-addr-core/,
+ * http://www.w3.org/TR/REC-xml-names/
*
*/