Mercurial > hg > octave-lyh
changeset 11537:a4b0e292107f
Add undocumented function nfields to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 14 Jan 2011 16:24:07 -0800 |
parents | 702dbd0c53f5 |
children | 6eded7561d9d |
files | doc/ChangeLog doc/interpreter/container.txi |
diffstat | 2 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 Rik <octave@nomad.inbox5.com> + + * interpreter/container.txi: Add undocumented nfields to documentation. + 2011-01-14 Rik <octave@nomad.inbox5.com> * interpreter/poly.txi: Add undocumented ppder, ppint, ppjumps
--- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -443,11 +443,7 @@ Other functions that can manipulate the fields of a structure are given below. -@DOCSTRING(rmfield) - -@DOCSTRING(setfield) - -@DOCSTRING(orderfields) +@DOCSTRING(nfields) @DOCSTRING(fieldnames) @@ -455,6 +451,12 @@ @DOCSTRING(getfield) +@DOCSTRING(setfield) + +@DOCSTRING(rmfield) + +@DOCSTRING(orderfields) + @DOCSTRING(substruct) @node Processing Data in Structures