mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-03 14:49:34 +00:00
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:
parent
b81fb7efb7
commit
b163987540
4
Doxyfile
4
Doxyfile
@ -542,8 +542,8 @@ EXAMPLE_PATH = examples/aes-cmac \
|
|||||||
examples/publickeyexample \
|
examples/publickeyexample \
|
||||||
examples/randomtest \
|
examples/randomtest \
|
||||||
examples/rsatest \
|
examples/rsatest \
|
||||||
examples/saslservtest \
|
examples/saslclient \
|
||||||
examples/sasltest \
|
examples/saslserver \
|
||||||
examples/ssltest \
|
examples/ssltest \
|
||||||
examples/sslservtest \
|
examples/sslservtest \
|
||||||
examples/tlssocket
|
examples/tlssocket
|
||||||
|
@ -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)
|
The code below shows how to use Cryptographic Message Syntax (CMS)
|
||||||
in a GUI application.
|
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.
|
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.
|
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
|
The code below shows how to create a socket that can operate
|
||||||
over an Transport Layer Security (TLS, also known as SSL) connection.
|
over an Transport Layer Security (TLS, also known as SSL) connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user