# HG changeset patch # User Rik # Date 1295051047 28800 # Node ID a4b0e292107f3884de0136dec200cde7311027f9 # Parent 702dbd0c53f5bc8ffb671213cd9ee81e5822cc83 Add undocumented function nfields to documentation. diff -r 702dbd0c53f5 -r a4b0e292107f doc/ChangeLog --- a/doc/ChangeLog Fri Jan 14 15:55:45 2011 -0800 +++ b/doc/ChangeLog Fri Jan 14 16:24:07 2011 -0800 @@ -1,3 +1,7 @@ +2011-01-14 Rik + + * interpreter/container.txi: Add undocumented nfields to documentation. + 2011-01-14 Rik * interpreter/poly.txi: Add undocumented ppder, ppint, ppjumps diff -r 702dbd0c53f5 -r a4b0e292107f doc/interpreter/container.txi --- a/doc/interpreter/container.txi Fri Jan 14 15:55:45 2011 -0800 +++ b/doc/interpreter/container.txi Fri Jan 14 16:24:07 2011 -0800 @@ -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