From e7bffae5038607e4e632f31dbced91f34fc080a0 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 25 Feb 2015 09:10:45 +0100
Subject: [PATCH] doc: add new @#include syntax

---
 doc/dynare.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index b5ae1eae4e..993c3b2c4b 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
-- 
GitLab