Remove options `noemptylinemacro` and `nolinemacro`; add option `linemacro`

time-shift
Houtan Bastani 2020-02-05 16:16:31 +01:00
parent 8043f5b35b
commit 931ebece92
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
3 changed files with 8 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2018-2019 Dynare Team
# Copyright (C) 2018-2020 Dynare Team
#
# This file is part of Dynare.
#
@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
master_doc = 'index'
project = u'Dynare'
copyright = u'2019, Dynare Team'
copyright = u'2020, Dynare Team'
author = u'Dynare Team'
add_function_parentheses = False

View File

@ -152,19 +152,12 @@ by the ``dynare`` command.
debugging purposes or for using the macro processor
independently of the rest of Dynare toolbox.
.. option:: nolinemacro
.. option:: linemacro
Instructs the macro preprocessor to omit line numbering
information in the intermediary ``.mod`` file created after
the macro processing step. Useful in conjunction with
:opt:`savemacro <savemacro[=FILENAME]>` when one wants that to reuse the intermediary
``.mod`` file, without having it cluttered by line numbering
directives.
.. option:: noemptylinemacro
Passing this option removes all empty lines from the macro expanded
mod file created when the :opt:`savemacro <savemacro[=FILENAME]>` option is used.
Instructs the macro preprocessor include ``@#line`` directives
specifying the line on which macro directives were encountered and
expanded from. Only useful in conjunction with :opt:`savemacro
<savemacro[=FILENAME]>`.
.. option:: onlymodel

@ -1 +1 @@
Subproject commit c4a9f93d40abd4747a1101116729400452dfe9a3
Subproject commit 1dbbd87d3d4a44b2762e4779ccb4173b6ae9088f