aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-19 13:25:01 +0000
committerJustus Winter <[email protected]>2016-09-20 06:26:48 +0000
commit91d5e6f805aaf24a3f1f03a95998f757dce04cb2 (patch)
tree12fb8e9ff3a5a85c557fe87148519e271e4a50c2 /doc/yat2m.c
parentdoc: Fix full stops. (diff)
downloadgnupg-91d5e6f805aaf24a3f1f03a95998f757dce04cb2.tar.gz
gnupg-91d5e6f805aaf24a3f1f03a95998f757dce04cb2.zip
doc: Implement simple '@ref'erences.
* doc/yat2m.c (proc_texi_cmd): Handle '@ref'. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r--doc/yat2m.c1
1 files changed, 1 insertions, 0 deletions
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)" },