diff options
author | Justus Winter <justus@g10code.com> | 2016-09-19 15:25:01 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-07-05 09:04:26 +0200 |
commit | 55d560358f7ee4a8b68f98e051021a05d4c0bb1f (patch) | |
tree | c39227f87410f22f9d05dd745fd8f78a81ca5fe8 /doc/yat2m.c | |
parent | 4a9857a2b6d8a8e847638416d35398508b3291fd (diff) | |
download | libgpg-error-55d560358f7ee4a8b68f98e051021a05d4c0bb1f.tar.gz |
doc: Implement simple '@ref'erences.
* doc/yat2m.c (proc_texi_cmd): Handle '@ref'.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r-- | doc/yat2m.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c index 9b76f19..a63260b 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -729,6 +729,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len, { "asis", 7 }, { "anchor", 7 }, { "cartouche", 1 }, + { "ref", 0, "[", "]" }, { "xref", 0, "see: [", "]" }, { "pxref", 0, "see: [", "]" }, { "uref", 0, "(\\fB", "\\fR)" }, |