changeset 12523:33f7d8f95f5b

Add nth_element function to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 18 Mar 2011 22:58:18 -0700
parents 33bbae85769a
children 482cf3aad915
files doc/ChangeLog doc/interpreter/matrix.txi
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Mar 18 22:47:33 2011 -0700
+++ b/doc/ChangeLog	Fri Mar 18 22:58:18 2011 -0700
@@ -1,3 +1,7 @@
+2010-03-18  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/matrix.txi: Add nth_element function to documentation.
+
 2010-03-18  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/doccheck/aspell-octave.en.pws, interpreter/io.txi,
--- a/doc/interpreter/matrix.txi	Fri Mar 18 22:47:33 2011 -0700
+++ b/doc/interpreter/matrix.txi	Fri Mar 18 22:58:18 2011 -0700
@@ -141,6 +141,8 @@
 @end group
 @end example
 
+@DOCSTRING(nth_element)
+
 @anchor{doc-triu}
 @DOCSTRING(tril)