diff 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
line wrap: on
line diff
--- 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