From 504da9682a1e739b41cfdbb25721f518c83ebf83 Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 27 Nov 2006 11:15:27 +0000 Subject: Documentation enhancements --- libcsoap/soap-addressing.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libcsoap/soap-addressing.h') 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 @@ -25,6 +25,8 @@ #define __csoap_addressing_h /** @file + * + * WS-Addressing * * WS-Addressing provides transport-neutral mechanisms to address Web services * and messages. Specifically, this specification defines XML [XML 1.0, XML @@ -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/ * */ -- cgit v1.1-32-gdbae