From: Simon Josefsson Date: Wed, 17 Feb 2010 17:24:48 +0000 (+0100) Subject: More GTK-DOC fixes. X-Git-Tag: gnutls_2_9_10~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b6ae740e8e8a403cf5cf4a2fe19c7cc99da328a;p=thirdparty%2Fgnutls.git More GTK-DOC fixes. --- diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index a485490689..2a282836b8 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -99,7 +99,7 @@ IGNORE_HFILES += alignof.h alloca.h alloca.in.h arg-nonnull.h \ IGNORE_HFILES += socket.h stat.h # cd lib/minitasn1/ && echo *.h -IGNORE_HFILES += element.h gstr.h int.h parser_aux.h structure.h +IGNORE_HFILES += element.h gstr.h int.h libtasn1.h parser_aux.h structure.h # cd lib/opencdk/ && echo *.h IGNORE_HFILES += context.h filters.h keydb.h main.h opencdk.h packet.h \ diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml index 850ca7df1a..1085f544ba 100644 --- a/doc/reference/gnutls-docs.sgml +++ b/doc/reference/gnutls-docs.sgml @@ -28,7 +28,6 @@ - diff --git a/lib/ext_safe_renegotiation.c b/lib/ext_safe_renegotiation.c index 45d3d2f67a..492e9be9b2 100644 --- a/lib/ext_safe_renegotiation.c +++ b/lib/ext_safe_renegotiation.c @@ -137,7 +137,7 @@ gnutls_safe_negotiation_set_initial (gnutls_session_t session, int value) } /** - * gnutls_safe_negotiation_set: + * gnutls_safe_renegotiation_set: * @session: is a #gnutls_session_t structure. * @value: 0 to disable and 1 to enable * diff --git a/lib/ext_signature.c b/lib/ext_signature.c index a2aefb85a9..25fdb0f81c 100644 --- a/lib/ext_signature.c +++ b/lib/ext_signature.c @@ -284,7 +284,7 @@ _gnutls_session_sign_algo_enabled (gnutls_session_t session, } /** - * gnutls_sign_algorithm_get: + * gnutls_sign_algorithm_get_requested: * @session: is a #gnutls_session_t structure. * @indx: is an index of the signature algorithm to return * @algo: the returned certificate type will be stored there diff --git a/lib/gnutls_supplemental.c b/lib/gnutls_supplemental.c index 9ee172b680..dabee2a4e1 100644 --- a/lib/gnutls_supplemental.c +++ b/lib/gnutls_supplemental.c @@ -66,6 +66,16 @@ gnutls_supplemental_entry _gnutls_supplemental[] = { {0, 0, 0, 0} }; +/** + * gnutls_supplemental_get_name: + * @type: is a supplemental data format type + * + * Convert a #gnutls_supplemental_data_format_type_t value to a + * string. + * + * Returns: a string that contains the name of the specified + * supplemental data format type, or %NULL for unknown types. + **/ const char * gnutls_supplemental_get_name (gnutls_supplemental_data_format_type_t type) {