Skip to content

Commit 66a5b0f

Browse files
committed
regenerate the manual
1 parent 7de00ff commit 66a5b0f

18 files changed

+3701
-52
lines changed

doc/devdocs/cartesian.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Macro reference
137137
~~~~~~~~~~~~~~~
138138

139139
.. function:: @nloops N itersym rangeexpr bodyexpr
140+
140141
@nloops N itersym rangeexpr preexpr bodyexpr
141142
@nloops N itersym rangeexpr preexpr postexpr bodyexpr
142143

@@ -191,6 +192,7 @@ Macro reference
191192
bounds-checking.
192193

193194
.. function:: @nif N conditionexpr expr
195+
194196
@nif N conditionexpr expr elseexpr
195197

196198
Generates a sequence of ``if ... elseif ... else ... end`` statements. For example::
@@ -200,6 +202,7 @@ Macro reference
200202
would generate::
201203

202204
if i_1 > size(A, 1)
205+
203206
error("Dimension ", 1, " too big")
204207
elseif i_2 > size(A, 2)
205208
error("Dimension ", 2, " too big")

0 commit comments

Comments
 (0)