comparison doc/interpreter/container.txi @ 11537:a4b0e292107f

Add undocumented function nfields to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 16:24:07 -0800
parents fd0a3ac60b0e
children 2090995ca588
comparison
equal deleted inserted replaced
11536:702dbd0c53f5 11537:a4b0e292107f
441 @node Manipulating Structures 441 @node Manipulating Structures
442 @subsection Manipulating Structures 442 @subsection Manipulating Structures
443 443
444 Other functions that can manipulate the fields of a structure are given below. 444 Other functions that can manipulate the fields of a structure are given below.
445 445
446 @DOCSTRING(nfields)
447
448 @DOCSTRING(fieldnames)
449
450 @DOCSTRING(isfield)
451
452 @DOCSTRING(getfield)
453
454 @DOCSTRING(setfield)
455
446 @DOCSTRING(rmfield) 456 @DOCSTRING(rmfield)
447 457
448 @DOCSTRING(setfield)
449
450 @DOCSTRING(orderfields) 458 @DOCSTRING(orderfields)
451
452 @DOCSTRING(fieldnames)
453
454 @DOCSTRING(isfield)
455
456 @DOCSTRING(getfield)
457 459
458 @DOCSTRING(substruct) 460 @DOCSTRING(substruct)
459 461
460 @node Processing Data in Structures 462 @node Processing Data in Structures
461 @subsection Processing Data in Structures 463 @subsection Processing Data in Structures