From: Simon Josefsson Date: Sat, 16 Jul 2005 10:48:15 +0000 (+0000) Subject: Fix GTK-DOC warnings. X-Git-Tag: gnutls_1_2_6~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ae3a67e042ed9ce25ec07170061506d7ce56fb2;p=thirdparty%2Fgnutls.git Fix GTK-DOC warnings. --- diff --git a/lib/x509/crq.c b/lib/x509/crq.c index c911d20af6..10dbb34b5d 100644 --- a/lib/x509/crq.c +++ b/lib/x509/crq.c @@ -757,8 +757,7 @@ int gnutls_x509_crq_sign(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key) } /** - * gnutls_x509_crq_export - This function will export the - * generated certificate request + * gnutls_x509_crq_export - Export the generated certificate request * @crq: Holds the request * @format: the format of output params. One of PEM or DER. * @output_data: will contain a certificate request PEM or DER encoded diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c index d9cc20e9e6..fce083df01 100644 --- a/lib/x509/privkey.c +++ b/lib/x509/privkey.c @@ -1280,8 +1280,7 @@ int gnutls_x509_privkey_generate(gnutls_x509_privkey_t key, } /** - * gnutls_x509_privkey_get_key_id - This function will return a unique ID - * of the key's parameters + * gnutls_x509_privkey_get_key_id - Return unique ID of the key's parameters * @key: Holds the key * @flags: should be 0 for now * @output_data: will contain the key ID diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 09a176cc3f..71b145923e 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -1313,8 +1313,7 @@ int gnutls_x509_crt_export(gnutls_x509_crt_t cert, /** - * gnutls_x509_crt_get_key_id - This function will return a unique ID of - * the public key's parameters + * gnutls_x509_crt_get_key_id - Return unique ID of public key's parameters * @crt: Holds the certificate * @flags: should be 0 for now * @output_data: will contain the key ID