aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-19 13:25:01 +0000
committerWerner Koch <[email protected]>2017-07-05 07:04:26 +0000
commit55d560358f7ee4a8b68f98e051021a05d4c0bb1f (patch)
treec39227f87410f22f9d05dd745fd8f78a81ca5fe8
parentAlign 'es_poll' semantics closer with POSIX. (diff)
downloadlibgpg-error-55d560358f7ee4a8b68f98e051021a05d4c0bb1f.tar.gz
libgpg-error-55d560358f7ee4a8b68f98e051021a05d4c0bb1f.zip
doc: Implement simple '@ref'erences.
* doc/yat2m.c (proc_texi_cmd): Handle '@ref'. Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--doc/yat2m.c1
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)" },