diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-14 19:49:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-14 19:49:05 +0200 |
commit | 5dea112781879464bf1b67f26e571339da857a5b (patch) | |
tree | c5765310d451487902dbdec8939f584edffbb358 /doc/info/macros.texinfo | |
parent | some functions behave like malloc (diff) | |
download | libkeccak-5dea112781879464bf1b67f26e571339da857a5b.tar.gz libkeccak-5dea112781879464bf1b67f26e571339da857a5b.tar.bz2 libkeccak-5dea112781879464bf1b67f26e571339da857a5b.tar.xz |
start on info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/macros.texinfo')
-rw-r--r-- | doc/info/macros.texinfo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/info/macros.texinfo b/doc/info/macros.texinfo new file mode 100644 index 0000000..4ec5d68 --- /dev/null +++ b/doc/info/macros.texinfo @@ -0,0 +1,10 @@ +@iftex +@macro e{a} +(@email{\a\}) +@end macro +@end iftex +@ifnottex +@macro e{a} +@email{\a\} +@end macro +@end ifnottex |