diff options
author | thdox <thdox@free.fr> | 2015-01-20 12:49:58 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-01-20 13:35:08 +0100 |
commit | c066156f0917ec60ce88eeab5ee4c58f09184a4c (patch) | |
tree | 319f5acd863eda05a375b9e00a586f9554803e2f | |
parent | dbf1574ab7f05d7cd8920b144675f006cccdf212 (diff) | |
download | fork-ledger-c066156f0917ec60ce88eeab5ee4c58f09184a4c.tar.gz fork-ledger-c066156f0917ec60ce88eeab5ee4c58f09184a4c.tar.bz2 fork-ledger-c066156f0917ec60ce88eeab5ee4c58f09184a4c.zip |
Add cross-ref for bucket and year.
On top of @node, @xref{} can also be linked to @anchor.
[ci skip]
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index c08d301c..7fe14d6e 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2262,6 +2262,7 @@ assert <VALUE EXPRESSION BOOLEAN RESULT> @end smallexample @item bucket +@anchor{bucket} @c instance_t::default_account_directive Defines the default account to use for balancing transactions. Normally, each transaction has at least two postings, which must @@ -2540,6 +2541,7 @@ This is a synonym for @code{comment} and must be closed by an @code{end} tag. @item year +@anchor{year} @c instance_t::year_directive in textual.cc Denotes the year used for all subsequent transactions that give a date without a year. The year should appear immediately after the @@ -2556,11 +2558,11 @@ alone, for backwards compatibility with older Ledger versions. @item A @findex A -See @code{bucket}. +@xref{bucket}. @item Y @findex Y -See @code{year}. +@xref{year}. @item N SYMBOL @findex N |