comparison @pyobject/dummy.m @ 428:3af3665348a1

Also update doctests in compiled functions * pycall.cc, pyeval.cc, pyexec.cc: Update doctests. * @pyobject/dummy.m, @pyobject/cell.m: Use FIXME and https in comments.
author Mike Miller <mtmiller@octave.org>
date Thu, 22 Feb 2018 15:55:15 -0800
parents 750a86973625
children
comparison
equal deleted inserted replaced
427:750a86973625 428:3af3665348a1
134 ## @end group 134 ## @end group
135 ## @end example 135 ## @end example
136 ## or if needed, the list can be converted to a cell array: 136 ## or if needed, the list can be converted to a cell array:
137 ## @example 137 ## @example
138 ## @group 138 ## @group
139 ## @c TODO: display of cell array in flux: savannah.gnu.org/bugs/?50756 139 ## @c FIXME: display of cell array in flux: https://savannah.gnu.org/bugs/?50756
140 ## @c doctest: +XFAIL 140 ## @c doctest: +XFAIL
141 ## cell (L) 141 ## cell (L)
142 ## @result{} ans = 142 ## @result{} ans =
143 ## @{ 143 ## @{
144 ## [1,1] = 42 144 ## [1,1] = 42