From: Niels Möller Date: Sat, 10 Nov 2012 14:00:54 +0000 (+0100) Subject: Fixed uses of @end deftypevr, broken in previous commit. X-Git-Tag: nettle_2.6_release_20130116~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff517e289d186c42f2dc1c462ceb4915582a70c;p=thirdparty%2Fnettle.git Fixed uses of @end deftypevr, broken in previous commit. --- diff --git a/nettle.texinfo b/nettle.texinfo index 53879378..b5ef14b9 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -735,14 +735,14 @@ The last three attributes are function pointers, of types @deftypevrx {Constant Struct} {struct nettle_hash} nettle_sha256 @deftypevrx {Constant Struct} {struct nettle_hash} nettle_sha384 @deftypevrx {Constant Struct} {struct nettle_hash} nettle_sha512 - These are all the hash functions that Nettle implements. +@end deftypevr -Nettle also exports a list of all these hashes. This list can be used -to dynamically enumerate or search the supported algorithms: - -@deftypevr {Constant Struct} {struct nettle_hash **} nettle_hashes +Nettle also exports a list of all these hashes. +@deftypevr {Constant Array} {struct nettle_hash **} nettle_hashes +This list can be used to dynamically enumerate or search the supported +algorithms. NULL-terminated. @end deftypevr @node Cipher functions, Cipher modes, Hash functions, Reference @@ -1458,16 +1458,16 @@ struct, which is of size @code{context_size}. @deftypevrx {Constant Struct} {struct nettle_cipher} nettle_twofish128 @deftypevrx {Constant Struct} {struct nettle_cipher} nettle_twofish192 @deftypevrx {Constant Struct} {struct nettle_cipher} nettle_twofish256 - Nettle includes such structs for all the @emph{regular} ciphers, i.e. ones without weak keys or other oddities. +@end deftypevr Nettle also exports a list of all these ciphers without weak keys or -other oddities. This list can be used to dynamically enumerate or -search the supported algorithms: - -@deftypevr {Constant Struct} {struct nettle_cipher **} nettle_ciphers +other oddities. +@deftypevr {Constant Array} {struct nettle_cipher **} nettle_ciphers +This list can be used to dynamically enumerate or search the supported +algorithms. NULL-terminated. @end deftypevr @node Cipher modes, Keyed hash functions, Cipher functions, Reference