diff @pyobject/cell.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
line wrap: on
line diff
--- a/@pyobject/cell.m	Wed Oct 25 13:16:53 2017 -0700
+++ b/@pyobject/cell.m	Thu Feb 22 15:55:15 2018 -0800
@@ -37,7 +37,7 @@
 ## However, we can convert the list to a cell array:
 ## @example
 ## @group
-## @c TODO: display of cell array in flux: savannah.gnu.org/bugs/?50756
+## @c FIXME: display of cell array in flux: https://savannah.gnu.org/bugs/?50756
 ## @c doctest: +XFAIL
 ## C = cell (L)
 ##   @result{} C =
@@ -54,7 +54,7 @@
 ## The conversion is not recursive, in the following sense:
 ## @example
 ## @group
-## @c TODO: display of cell array in flux: savannah.gnu.org/bugs/?50756
+## @c FIXME: display of cell array in flux: https://savannah.gnu.org/bugs/?50756
 ## @c doctest: +XFAIL
 ## L = pyeval ("[10.0, 20.0, [33.0, 44.0], 50.0]");
 ## C = cell (L)