mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +01:00
doc: Implement simple '@ref'erences.
* doc/yat2m.c (proc_texi_cmd): Handle '@ref'. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
0eaab1af48
commit
91d5e6f805
@ -729,6 +729,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
|
|||||||
{ "asis", 7 },
|
{ "asis", 7 },
|
||||||
{ "anchor", 7 },
|
{ "anchor", 7 },
|
||||||
{ "cartouche", 1 },
|
{ "cartouche", 1 },
|
||||||
|
{ "ref", 0, "[", "]" },
|
||||||
{ "xref", 0, "see: [", "]" },
|
{ "xref", 0, "see: [", "]" },
|
||||||
{ "pxref", 0, "see: [", "]" },
|
{ "pxref", 0, "see: [", "]" },
|
||||||
{ "uref", 0, "(\\fB", "\\fR)" },
|
{ "uref", 0, "(\\fB", "\\fR)" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user