diff --git a/doc/dynare.texi b/doc/dynare.texi index b5ae1eae4eec488bce65d7ccf6a6e162de135d47..993c3b2c4b8932d43621b3bd00f3c5d24a4f2b87 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -8369,6 +8369,7 @@ constructed as explained above. @subsection Macro directives @deffn {Macro directive} @@#include "@var{FILENAME}" +@deffnx {Macro directive} @@#include @var{MACRO_VARIABLE} This directive simply includes the content of another file at the place where it is inserted. It is exactly equivalent to a copy/paste of the content of the included file. Note that it is possible to nest @@ -8378,6 +8379,7 @@ includes (@i{i.e.} to include a file from an included file). @example @@#include "modelcomponent.mod" +@@#include location_of_modfile @end example @end deffn