From c96b8392d3d3d514a6c3966a54d4b9adb5a764f6 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 7 Sep 2015 11:48:49 +0200 Subject: [PATCH] doc: fix typo that caused repeated entries in index --- doc/dynare.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 456df11211..b614c2a22d 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -7465,7 +7465,7 @@ Maximum number of lags for moments in identification analysis. Default: @code{1} IRF and moment calibration can be defined in @code{irf_calibration} and @code{moment_calibration} blocks: -@deffn Block irf_calibration; +@deffn Block irf_calibration ; @deffnx Block irf_calibration (@var{OPTIONS}@dots{}); @descriptionhead @@ -7507,7 +7507,7 @@ end; @end deffn -@deffn Block moment_calibration; +@deffn Block moment_calibration ; @deffnx Block moment_calibration (@var{OPTIONS}@dots{}); @descriptionhead -- GitLab