From 91d5e6f805aaf24a3f1f03a95998f757dce04cb2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 19 Sep 2016 15:25:01 +0200 Subject: [PATCH] doc: Implement simple '@ref'erences. * doc/yat2m.c (proc_texi_cmd): Handle '@ref'. Signed-off-by: Justus Winter --- doc/yat2m.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/yat2m.c b/doc/yat2m.c index 9b76f194b..a63260b74 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)" },