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

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

parent 8043f5b3
Branches
Tags
No related merge requests found
Pipeline #3106 passed
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2018-2019 Dynare Team # Copyright (C) 2018-2020 Dynare Team
# #
# This file is part of Dynare. # This file is part of Dynare.
# #
...@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' ...@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
master_doc = 'index' master_doc = 'index'
project = u'Dynare' project = u'Dynare'
copyright = u'2019, Dynare Team' copyright = u'2020, Dynare Team'
author = u'Dynare Team' author = u'Dynare Team'
add_function_parentheses = False add_function_parentheses = False
......
...@@ -152,19 +152,12 @@ by the ``dynare`` command. ...@@ -152,19 +152,12 @@ by the ``dynare`` command.
debugging purposes or for using the macro processor debugging purposes or for using the macro processor
independently of the rest of Dynare toolbox. independently of the rest of Dynare toolbox.
.. option:: nolinemacro .. option:: linemacro
Instructs the macro preprocessor to omit line numbering Instructs the macro preprocessor include ``@#line`` directives
information in the intermediary ``.mod`` file created after specifying the line on which macro directives were encountered and
the macro processing step. Useful in conjunction with expanded from. Only useful in conjunction with :opt:`savemacro
:opt:`savemacro <savemacro[=FILENAME]>` when one wants that to reuse the intermediary <savemacro[=FILENAME]>`.
``.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.
.. option:: onlymodel .. option:: onlymodel
......
Subproject commit c4a9f93d40abd4747a1101116729400452dfe9a3 Subproject commit 1dbbd87d3d4a44b2762e4779ccb4173b6ae9088f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment