mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -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)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue