Document the use of wildcards for !include

Fixes #1658
This commit is contained in:
Martin Michlmayr 2018-06-28 20:34:33 +02:00
parent dfd807f3a4
commit 34a4929e2e
No known key found for this signature in database
GPG key ID: 3D0787AAAF6C61DD

View file

@ -2484,7 +2484,9 @@ Closes block commands like @code{apply} or @code{comment}.
@item include
@findex include
@c instance_t::include_directive in textual.cc
Include the stated file as if it were part of the current file.
Include the stated file as if it were part of the current file. The file
name can contain a wildcard (@samp{*}) to refer to multiple files (e.g.
@samp{bank/*.ledger}).
@item payee
@findex payee