From 5ff517e289d186c42f2dc1c462ceb4915582a70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 10 Nov 2012 15:00:54 +0100 Subject: [PATCH] Fixed uses of @end deftypevr, broken in previous commit. --- nettle.texinfo | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- GitLab