diff libinterp/octave-value/ov-cell.cc @ 27426:3ec072ab1bda

namedargs2cell.m: New function (bug #56903). * scripts/miscellaneous/namedargs2cell.m: New function. * scripts/miscellaneous/module.mk: Add function to build system. * NEWS: Announce new function. * ov-cell.cc (Fstruct2cell): Add @seealso reference to namedargs2cell. * container.txi: Add DOCSTRING entry to manual.
author Rik <rik@octave.org>
date Tue, 17 Sep 2019 21:40:17 -0700
parents db687716fed6
children 3e8faed1b7d8
line wrap: on
line diff
--- a/libinterp/octave-value/ov-cell.cc	Tue Sep 17 20:38:02 2019 -0700
+++ b/libinterp/octave-value/ov-cell.cc	Tue Sep 17 21:40:17 2019 -0700
@@ -1355,7 +1355,7 @@
 @end group
 @end example
 
-@seealso{cell2struct, fieldnames}
+@seealso{cell2struct, namedargs2cell, fieldnames}
 @end deftypefn */)
 {
   if (args.length () != 1)