summaryrefslogtreecommitdiffstats
path: root/libcsoap
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-12 07:23:11 +0000
committerGravatar m0gg2006-12-12 07:23:11 +0000
commit05fd24d9bb426edab69ba83b1a00fa2454ba7f14 (patch)
tree12ef6b0ab4ba0ce579d5020c234ebd4282d58c70 /libcsoap
parent1f7e95607a15830c00a76c0bda10db0a0292acd5 (diff)
downloadcsoap-05fd24d9bb426edab69ba83b1a00fa2454ba7f14.tar.gz
csoap-05fd24d9bb426edab69ba83b1a00fa2454ba7f14.tar.bz2
Documentation fix
Diffstat (limited to 'libcsoap')
-rw-r--r--libcsoap/soap-client.h4
-rw-r--r--libcsoap/soap-server.h20
2 files changed, 12 insertions, 12 deletions
diff --git a/libcsoap/soap-client.h b/libcsoap/soap-client.h
index b4a0cce..a4082ca 100644
--- a/libcsoap/soap-client.h
+++ b/libcsoap/soap-client.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-client.h,v 1.17 2006/12/10 19:21:06 m0gg Exp $
+ * $Id: soap-client.h,v 1.18 2006/12/12 07:23:11 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -32,7 +32,7 @@
#include <libcsoap/soap-addressing.h>
#endif
-/** @page nanohttp_client Howto write a SOAP client
+/** @page csoap_client_page Howto write a SOAP client
*
* @section toc_sec Table of contents
*
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h
index 4a850a8..63cf0c1 100644
--- a/libcsoap/soap-server.h
+++ b/libcsoap/soap-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-server.h,v 1.21 2006/12/11 08:13:19 m0gg Exp $
+ * $Id: soap-server.h,v 1.22 2006/12/12 07:23:11 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -36,7 +36,7 @@
*
* @section project_features_sec Features
*
- * - @subpage soap_page
+ * - @subpage csoap_page
* - different transport services
* - @subpage nanohttp_page (HTTP including SSL)
* - client/server UDP transport service (multicast)
@@ -68,7 +68,7 @@
*
* @section downloads_sec Downloads
*
- * @subsection Download stable release
+ * @subsection download_stable_sec Download stable release
*
* A stable release is a tested version of cSOAP. Download this package if you
* want to use it in your productive projects.
@@ -76,7 +76,7 @@
* Download source code of libsoap-1.1.0.tar.gz:
* http://prdownloads.sourceforge.net/csoap/libsoap-1.1.0.tar.gz?download
*
- * @subsection Download latest snapshot (nightly build)
+ * @subsection download_snapshot_sec Download latest snapshot (nightly build)
*
* Latest snapshots are build nightly on a detected CVS commit. This is sometimes
* not very stable but in some case are snapshots the better choice then the
@@ -86,7 +86,7 @@
* Download latest snapshot (nightly build):
* http://csoap.sourceforge.net/downloads/libsoap-snapshot.tar.gz
*
- * @subsection Checkout from CVS
+ * @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
@@ -108,19 +108,19 @@
*
*/
-/** @page soap_page
+/** @page csoap_page
*
* T.B.D.
*
* @section soap_howto_sec HOWTOs and coding examples
*
- * - @ref csoap_client_page
- * - @ref csoap_server_page
- * - @ref csoap_mime_page
+ * - @subpage csoap_client_page
+ * - @subpage csoap_server_page
+ * - @subpage csoap_mime_page
*
*/
-/** @page soap_server_page Howto write an SOAP server
+/** @page csoap_server_page Howto write a SOAP server
*
* @section soap_server_toc_sec Table of contents
*