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
This commit is contained in:
Justin Karneges 2008-06-05 02:00:11 +00:00
parent b81fb7efb7
commit b163987540
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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.