summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-nudp.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-09 09:27:11 +0000
committerGravatar m0gg2006-12-09 09:27:11 +0000
commitc6e5a6765f5377d22f87d224fc4cc957a20c2f6b (patch)
tree3af8e8cd63c68c5a13377a85a49140bdd666e704 /libcsoap/soap-nudp.h
parent4c24b62d85f7eeef94a7c854eabf11969de86ab7 (diff)
downloadcsoap-c6e5a6765f5377d22f87d224fc4cc957a20c2f6b.tar.gz
csoap-c6e5a6765f5377d22f87d224fc4cc957a20c2f6b.tar.bz2
Documentation enhancements
Diffstat (limited to 'libcsoap/soap-nudp.h')
-rw-r--r--libcsoap/soap-nudp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libcsoap/soap-nudp.h b/libcsoap/soap-nudp.h
index fe76db7..2f56a7c 100644
--- a/libcsoap/soap-nudp.h
+++ b/libcsoap/soap-nudp.h
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-nudp.h,v 1.4 2006/11/27 11:15:27 m0gg Exp $
+* $Id: soap-nudp.h,v 1.5 2006/12/09 09:27:11 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2006 Heiko Ronsdorf
@@ -26,7 +26,7 @@
/** @file
*
- * SOAP-over-UDP server/client module
+ * \section SOAP-over-UDP server/client module
*
* Many Application protocol patterns match the semantics of the User Datagram
* Protocol (UDP, RFC 768). Some do not require the delivery guarantees of TCP
@@ -37,10 +37,10 @@
* choice. It is anticipated that other protocols will have similar requirements.
*
* @author H. Ronsdorf
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*
- * @see http://specs.xmlsoap.org/ws/2004/09/soap-over-udp/soap-over-udp.pdf,
- * http://www.ietf.org/rfc/rfc768.txt
+ * @see http://specs.xmlsoap.org/ws/2004/09/soap-over-udp/soap-over-udp.pdf
+ * @see http://www.ietf.org/rfc/rfc768.txt
*
*/