diff options
author | Justus Winter <justus@g10code.com> | 2016-09-19 15:25:01 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-09-20 08:26:48 +0200 |
commit | 91d5e6f805aaf24a3f1f03a95998f757dce04cb2 (patch) | |
tree | 12fb8e9ff3a5a85c557fe87148519e271e4a50c2 /doc | |
parent | doc: Fix full stops. (diff) | |
download | gnupg2-91d5e6f805aaf24a3f1f03a95998f757dce04cb2.tar.xz gnupg2-91d5e6f805aaf24a3f1f03a95998f757dce04cb2.zip |
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')
-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 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)" }, |