Daniel Kahn Gillmor <[email protected]> writes:

> Any further comments?

The following (in nettle.texinfo) looks a bit strange.

> +@deftypevrx {Constant Struct * Constant} {struct nettle_hash *} 
> nettle_hashes[]

> +@deftypevrx {Constant Struct * const} {struct nettle_cipher *} 
> nettle_ciphers[]

I'm no texinfo guru, but I think the first {...} is supposed to be just a 
category
(Function, Macro, Variable, etc), and the second {...} the type. I thik

  @deftypevrx {Constant Struct} {struct nettle_hash **} nettle_hashes

would be more correct (unless we want a new categories "Algorithm List"
which I think is a bit overkill), but I haven't yet checked the
generated output.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to