macrodoc: remove unsupported references to @#then

time-shift
Houtan Bastani 2012-01-02 17:06:25 +01:00
parent bd60a5beef
commit d159dde855
2 changed files with 4 additions and 4 deletions

View File

@ -6075,8 +6075,8 @@ line. The main directives are:
@item @item
@code{@@#define}, for defining a macro-processor variable, @code{@@#define}, for defining a macro-processor variable,
@item @item
@code{@@#if}, @code{@@#then}, @code{@@#else}, @code{@@#endif} for @code{@@#if}, @code{@@#else}, @code{@@#endif} for conditional
conditional statements, statements,
@item @item
@code{@@#for}, @code{@@#endfor} for constructing loops. @code{@@#for}, @code{@@#endfor} for constructing loops.
@end itemize @end itemize

View File

@ -65,7 +65,7 @@
\begin{itemize} \begin{itemize}
\item file inclusion \item file inclusion
\item loops (\textit{for} structure) \item loops (\textit{for} structure)
\item conditional inclusion (\textit{if/then/else} structures) \item conditional inclusion (\textit{if/else} structures)
\item expression substitution \item expression substitution
\end{itemize} \end{itemize}
\item Implemented in Dynare starting from version 4.0 \item Implemented in Dynare starting from version 4.0
@ -95,7 +95,7 @@
\begin{itemize} \begin{itemize}
\item file inclusion: \verb+@#include+ \item file inclusion: \verb+@#include+
\item definition a variable of the macro-processor: \verb+@#define+ \item definition a variable of the macro-processor: \verb+@#define+
\item conditional statements (\verb+@#if/@#then/@#else/@#endif+) \item conditional statements (\verb+@#if/@#else/@#endif+)
\item loop statements (\verb+@#for/@#endfor+) \item loop statements (\verb+@#for/@#endfor+)
\end{itemize} \end{itemize}
\item In most cases, directives occupy exactly one line of text. In case of need, two anti-slashes (\verb+\\+) at the end of the line indicates that the directive is continued on the next line. \item In most cases, directives occupy exactly one line of text. In case of need, two anti-slashes (\verb+\\+) at the end of the line indicates that the directive is continued on the next line.