From b1639875401b73b2be0d180a571dad89c318ac7b Mon Sep 17 00:00:00 2001
From: Justin Karneges <justin@affinix.com>
Date: Thu, 5 Jun 2008 02:00:11 +0000
Subject: [PATCH] fix examples for doxygen, comment out cmssigner and tlssocket
 until we can figure out how to make them work..

svn path=/trunk/kdesupport/qca/; revision=816991
---
 Doxyfile               | 4 ++--
 examples/examples.doco | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 67c4f31a..a681524d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -542,8 +542,8 @@ EXAMPLE_PATH           = examples/aes-cmac \
                          examples/publickeyexample \
                          examples/randomtest \
                          examples/rsatest \
-                         examples/saslservtest \
-                         examples/sasltest \
+                         examples/saslclient \
+                         examples/saslserver \
                          examples/ssltest \
                          examples/sslservtest \
                          examples/tlssocket
diff --git a/examples/examples.doco b/examples/examples.doco
index 2611442f..fd3088e2 100644
--- a/examples/examples.doco
+++ b/examples/examples.doco
@@ -37,7 +37,7 @@ The code below shows the normal way to use the QCA::Cipher class.
 */
 
 
-/** \example cmssigner/main.cpp
+/* \example cmssigner/main.cpp
 
 The code below shows how to use Cryptographic Message Syntax (CMS)
 in a GUI application.
@@ -133,14 +133,14 @@ to a file, using PEM encoding.
 */
 
 
-/** \example saslservtest.cpp
+/** \example saslserver.cpp
 
 The code below shows how to create a SASL server.
 
 */
 
 
-/** \example sasltest.cpp
+/** \example saslclient.cpp
 
 The code below shows how to create a SASL client.
 
@@ -169,7 +169,7 @@ The code below shows how to create an SSL client
 
 */
 
-/** \example tlssocket.cpp
+/* \example tlssocket.cpp
 
 The code below shows how to create a socket that can operate
 over an Transport Layer Security (TLS, also known as SSL) connection.