diff options
author | Justus Winter <[email protected]> | 2016-09-19 13:25:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-05 07:04:26 +0000 |
commit | 55d560358f7ee4a8b68f98e051021a05d4c0bb1f (patch) | |
tree | c39227f87410f22f9d05dd745fd8f78a81ca5fe8 | |
parent | Align 'es_poll' semantics closer with POSIX. (diff) | |
download | libgpg-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.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)" }, |