summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-13 17:51:30 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-13 17:51:30 +0200
commita39c5f9fafd4b7bb4396b7a90c2cd66af3fa4290 (patch)
treedc4ca1d42f37bffbe16851489bdd556d75d0469a /lib/gnutls_algorithms.c
parent1171b013f2947285860a4f2fc9b6c6a0e4f7444c (diff)
downloadgnutls-a39c5f9fafd4b7bb4396b7a90c2cd66af3fa4290.tar.gz
Doc fixes for GTK-DOC.
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index a8929edbf4..e45f4c1484 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -1262,17 +1262,17 @@ _gnutls_cipher_suite_get_name (cipher_suite_st * suite)
}
/**
- * gnutls_cipher_suite_get_name - Returns a string with the name of the specified cipher suite
- * @kx_algorithm: is a Key exchange algorithm
- * @cipher_algorithm: is a cipher algorithm
- * @mac_algorithm: is a MAC algorithm
- *
- * Note that the full cipher suite name must be prepended by TLS or
- * SSL depending of the protocol in use.
- *
- * Returns: a string that contains the name of a TLS cipher suite,
- * specified by the given algorithms, or %NULL.
- **/
+ * gnutls_cipher_suite_get_name - get name of the specified cipher suite
+ * @kx_algorithm: is a Key exchange algorithm
+ * @cipher_algorithm: is a cipher algorithm
+ * @mac_algorithm: is a MAC algorithm
+ *
+ * Note that the full cipher suite name must be prepended by TLS or
+ * SSL depending of the protocol in use.
+ *
+ * Returns: a string that contains the name of a TLS cipher suite,
+ * specified by the given algorithms, or %NULL.
+ **/
const char *
gnutls_cipher_suite_get_name (gnutls_kx_algorithm_t kx_algorithm,
gnutls_cipher_algorithm_t cipher_algorithm,
@@ -1775,7 +1775,7 @@ static const gnutls_sign_algorithm_t supported_sign[] = {
/**
* gnutls_sign_algorithm_get_name - Returns a string with the name of the specified sign algorithm
- * @algorithm: is a sign algorithm
+ * @sign: is a sign algorithm
*
* Convert a #gnutls_sign_algorithm_t value to a string.
*