Skip to content
Snippets Groups Projects
Commit c9a808f7 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

doc: add documentation related to 1ba04976

parent 1ba04976
No related branches found
No related tags found
No related merge requests found
...@@ -845,6 +845,13 @@ information about the configuration file. ...@@ -845,6 +845,13 @@ information about the configuration file.
Defines a macro-variable from the command line (the same effect as using Defines a macro-variable from the command line (the same effect as using
the Macro directive @code{@@#define} in a model file, @pxref{Macro-processing language}). the Macro directive @code{@@#define} in a model file, @pxref{Macro-processing language}).
@item -I@var{<<path>>}
Defines a path to search for files to be included by the
macroprocessor (using the @ref{@@#include} command). Multiple
@code{-I} flags can be passed on the command line. The paths will be
searched in the order that the @code{-I} flags are passed and the
first matching file will be used.
@item nostrict @item nostrict
Allows Dynare to issue a warning and continue processing when Allows Dynare to issue a warning and continue processing when
@enumerate @enumerate
...@@ -8930,6 +8937,7 @@ constructed as explained above. ...@@ -8930,6 +8937,7 @@ constructed as explained above.
@node Macro directives @node Macro directives
@subsection Macro directives @subsection Macro directives
@anchor{@@#include}
@deffn {Macro directive} @@#include "@var{FILENAME}" @deffn {Macro directive} @@#include "@var{FILENAME}"
@deffnx {Macro directive} @@#include @var{MACRO_VARIABLE} @deffnx {Macro directive} @@#include @var{MACRO_VARIABLE}
This directive simply includes the content of another file at the This directive simply includes the content of another file at the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment