summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-addressing.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-25 16:35:57 +0000
committerGravatar m0gg2006-11-25 16:35:57 +0000
commit48873b11cc7f101bd5f3eb74fedacce40e73dd91 (patch)
tree7e7380515a35ec975ef7b57d6c38c0e7ec1d4c7b /libcsoap/soap-addressing.h
parent5518d08a6c6446e1323bb6f762ef9132a9856c1d (diff)
downloadcsoap-48873b11cc7f101bd5f3eb74fedacce40e73dd91.tar.gz
csoap-48873b11cc7f101bd5f3eb74fedacce40e73dd91.tar.bz2
Documentation enhancements
Diffstat (limited to 'libcsoap/soap-addressing.h')
-rw-r--r--libcsoap/soap-addressing.h24
1 files changed, 20 insertions, 4 deletions
diff --git a/libcsoap/soap-addressing.h b/libcsoap/soap-addressing.h
index 0893ac5..ed2ca86 100644
--- a/libcsoap/soap-addressing.h
+++ b/libcsoap/soap-addressing.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-addressing.h,v 1.4 2006/11/24 10:54:03 m0gg Exp $
+ * $Id: soap-addressing.h,v 1.5 2006/11/25 16:35:57 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2006 Heiko Ronsdorf
@@ -24,7 +24,7 @@
#ifndef __csoap_addressing_h
#define __csoap_addressing_h
-/**
+/** @file
*
* WS-Addressing provides transport-neutral mechanisms to address Web services
* and messages. Specifically, this specification defines XML [XML 1.0, XML
@@ -35,11 +35,27 @@
* in a transport-neutral manner.
*
* @author H. Ronsdorf
- * @version $Revision: 1.4 $
- * @see http://www.w3.org/TR/ws-addr-core/
+ * @version $Revision: 1.5 $
+ *
+ * @see http://www.w3.org/TR/ws-addr-core/,
+ * http://www.w3.org/TR/REC-xml-names/
+ *
+ */
+
+/**
+ *
+ * Namespace used for the addressing elements.
*
*/
#define WSA_NAMESPACE "http://www.w3.org/2005/08/addressing"
+
+/**
+ *
+ * Prefix for the WSA namespace used internally.
+ *
+ * @see WSA_NAMESPACE
+ *
+ */
#define WSA_NAMESPACE_PREFIX "wsa"
/**