]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
More GTK-DOC fixes.
authorSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 17:24:48 +0000 (18:24 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 17:24:48 +0000 (18:24 +0100)
doc/reference/Makefile.am
doc/reference/gnutls-docs.sgml
lib/ext_safe_renegotiation.c
lib/ext_signature.c
lib/gnutls_supplemental.c

index a4854906891bdacb2219c871197fb542cb4eb0cc..2a282836b8db3a6d5b033571f64df5ddac9726e9 100644 (file)
@@ -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 \
index 850ca7df1ab122f27beb582dca597238c8dbe051..1085f544bafd7b6d8b3a83a8ce90e2a920b956d8 100644 (file)
@@ -28,7 +28,6 @@
     <xi:include href="xml/openpgp.xml"/>
     <xi:include href="xml/crypto.xml"/>
     <xi:include href="xml/openssl.xml"/>
-    <xi:include href="xml/libtasn1.xml"/>
   </chapter>
 
   <index>
index 45d3d2f67a59c6cdff2004c3523d1ccb638650e2..492e9be9b22d89bcc9146a64d4663e507442407e 100644 (file)
@@ -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
  *
index a2aefb85a9d19b83a4eb3d6bdc319b06c6673e09..25fdb0f81c7c1c5110559fccb2229dc3a0669198 100644 (file)
@@ -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
index 9ee172b680a7c435a8cb118a9f1e124ee89ae75c..dabee2a4e1a74272ab2991194d5045888aac950b 100644 (file)
@@ -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)
 {