comparison doc/interpreter/func.txi @ 19122:c43223245085

doc: Add warnings about eventual removal of inline functions. * NEWS: Announce eventual deprecation of inline. * func.txi: Document eventual deprecation of inline in manual. * ov-fcn-inline.cc (Fformula): Add seealso link to char.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 21:45:35 -0700
parents bc640d4678fb
children 0f9c5a15c8fa
comparison
equal deleted inserted replaced
19121:3cb64f94294f 19122:c43223245085
1402 1402
1403 @noindent 1403 @noindent
1404 After this it is possible to evaluate @math{f} at any @math{x} by 1404 After this it is possible to evaluate @math{f} at any @math{x} by
1405 writing @code{f(x)}. 1405 writing @code{f(x)}.
1406 1406
1407 @strong{Caution}: @sc{matlab} has begun the process of deprecating inline
1408 functions. At some point in the future support will be dropped and eventually
1409 Octave will follow @sc{matlab} and also remove inline functions. Use anonymous functions in all new code.
1410
1407 @DOCSTRING(inline) 1411 @DOCSTRING(inline)
1408 1412
1409 @DOCSTRING(argnames) 1413 @DOCSTRING(argnames)
1410 1414
1411 @DOCSTRING(formula) 1415 @DOCSTRING(formula)