]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix GTK-DOC warnings.
authorSimon Josefsson <simon@josefsson.org>
Sat, 16 Jul 2005 10:48:15 +0000 (10:48 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 16 Jul 2005 10:48:15 +0000 (10:48 +0000)
lib/x509/crq.c
lib/x509/privkey.c
lib/x509/x509.c

index c911d20af6a76dea31209f5988a5c00c187def11..10dbb34b5dfa586de7fb63748a44162474a1e1e8 100644 (file)
@@ -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
index d9cc20e9e665123cd9dea1308fa3e6b5c79402f3..fce083df01a10e3f5871df7ddbc07e76721b136c 100644 (file)
@@ -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
index 09a176cc3fbb8a2d19c402de374413695f6934ea..71b145923e61421a0fbbb8d97221955c12b54fc3 100644 (file)
@@ -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